-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger on pull_request workflows on all branches #174
Conversation
There are TIER 0..2 on pull request workflows that should check the PR with CI. These workflows were targeted only to `main` branch that lead to not being executed on release-* branches. Updated to trigger on all branches. Fixes: konveyor#173 Signed-off-by: Marek Aufart <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @aufi.
IIUC it will affect the badge status displayed on the CI repository: https://github.com/konveyor/ci/blob/main/README.md
Maybe better to create another file.
Signed-off-by: Marek Aufart <[email protected]>
Thanks for review @mguetta1, you're right, updated. |
Signed-off-by: Marek Aufart <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Trigger on pull_request workflows on all branches There are TIER 0..2 on pull request workflows that should check the PR with CI. These workflows were targeted only to `main` branch that lead to not being executed on release-* branches. Updated to trigger on all branches. Fixes: #173 Signed-off-by: Marek Aufart <[email protected]> * Add separate workflows for release branches Signed-off-by: Marek Aufart <[email protected]> * Merge release branches workflows Signed-off-by: Marek Aufart <[email protected]> --------- Signed-off-by: Marek Aufart <[email protected]> Signed-off-by: Cherry Picker <[email protected]>
* Trigger on pull_request workflows on all branches There are TIER 0..2 on pull request workflows that should check the PR with CI. These workflows were targeted only to `main` branch that lead to not being executed on release-* branches. Updated to trigger on all branches. Fixes: #173 Signed-off-by: Marek Aufart <[email protected]> * Add separate workflows for release branches Signed-off-by: Marek Aufart <[email protected]> * Merge release branches workflows Signed-off-by: Marek Aufart <[email protected]> --------- Signed-off-by: Marek Aufart <[email protected]> Signed-off-by: Cherry Picker <[email protected]>
* Trigger on pull_request workflows on all branches There are TIER 0..2 on pull request workflows that should check the PR with CI. These workflows were targeted only to `main` branch that lead to not being executed on release-* branches. Updated to trigger on all branches. Fixes: #173 Signed-off-by: Marek Aufart <[email protected]> * Add separate workflows for release branches Signed-off-by: Marek Aufart <[email protected]> * Merge release branches workflows Signed-off-by: Marek Aufart <[email protected]> --------- Signed-off-by: Marek Aufart <[email protected]> Signed-off-by: Cherry Picker <[email protected]>
* Trigger on pull_request workflows on all branches There are TIER 0..2 on pull request workflows that should check the PR with CI. These workflows were targeted only to `main` branch that lead to not being executed on release-* branches. Updated to trigger on all branches. Fixes: #173 * Add separate workflows for release branches * Merge release branches workflows --------- Signed-off-by: Marek Aufart <[email protected]> Signed-off-by: Cherry Picker <[email protected]> Co-authored-by: Marek Aufart <[email protected]>
There are TIER 0..2 on pull request workflows that should check the PR with CI. These workflows were targeted only to
main
branch that lead to not being executed on release-* branches. Updated to trigger on all branches.Needs to be backported to release branches.
Fixes: #173