Add Regression Runner workflow stub on main#173
Merged
hdamker merged 1 commit intocamaraproject:mainfrom Apr 15, 2026
Merged
Conversation
The functional Regression Runner workflow lives on the validation-framework branch (see camaraproject#172). This stub only exists so the workflow appears in the Actions UI dropdown — workflow_dispatch requires the workflow file to be present on the default branch to be registered as a dispatchable event type. The stub supports workflow_dispatch only (no push) and fails fast with a clear error message if actually dispatched against main, so accidental dispatches are visibly wrong instead of silently routed to the validation-framework version. When validation-framework merges into main at v1 GA, this stub will be replaced by the real file as part of that merge. Tracks ReleaseManagement#483.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
repository management
What this PR does / why we need it:
Companion to #172. Adds
.github/workflows/regression-runner.ymlas a dispatch-only stub onmainso the Regression Runner workflow appears in the Actions UI —workflow_dispatchrequires the file to exist on the default branch. The functional workflow lives onvalidation-framework(#172).The stub has
workflow_dispatchonly and fails fast if dispatched againstmain, directing the user to re-dispatch with--ref validation-framework. Will be replaced by the real file whenvalidation-frameworkmerges intomainat v1 GA.Which issue(s) this PR fixes:
Tracks camaraproject/ReleaseManagement#483.
Special notes for reviewers:
No cross-repo auth, no secrets, no permission changes.
Changelog input
Additional documentation