-
Notifications
You must be signed in to change notification settings - Fork 37
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
Stop duplicate GitHub Action runs on backport branches #128
Conversation
Signed-off-by: Daniel Widdis <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #128 +/- ##
=========================================
Coverage 67.09% 67.09%
Complexity 276 276
=========================================
Files 35 35
Lines 1319 1319
Branches 125 125
=========================================
Hits 885 885
Misses 390 390
Partials 44 44 |
Will this stop all workflows on 2.x backport for example? Could there be cases when we want that to catch times when changes we made in main are not compatible with 2.x? Happened on AD in few cases |
It will not stop PR workflows against any branch other than the ones created with the |
Signed-off-by: Joshua Palis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: Joshua Palis <[email protected]> Co-authored-by: Joshua Palis <[email protected]> (cherry picked from commit 7d9cd84) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…#133) Stop duplicate GitHub Action runs on backport branches (#128) (cherry picked from commit 7d9cd84) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: Joshua Palis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Joshua Palis <[email protected]>
Description
Prevents GitHub Actions from PRs generated on repository branches from duplicating workflows
Issues Resolved
Fixes #101
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.