-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ci: add cancel-workflow-action functionality to all github workflows #6755
ci: add cancel-workflow-action functionality to all github workflows #6755
Conversation
e013824
to
629de4b
Compare
093292e
to
e1302bc
Compare
Codecov Report
@@ Coverage Diff @@
## main #6755 +/- ##
==========================================
- Coverage 70.48% 69.62% -0.86%
==========================================
Files 515 536 +21
Lines 23150 24431 +1281
==========================================
+ Hits 16317 17011 +694
- Misses 5776 6293 +517
- Partials 1057 1127 +70
Continue to review full report at Codecov.
|
@aaron-prindle is there a reason these changes would make the CI not run? or is that just a coincidence |
Uh oh, I don't think this can work as-is. The
Since we're using the same string for each workflow here, only one will run: the others will be cancelled or made pending. I think we might be able to append
|
e1302bc
to
116da5d
Compare
Made suggested change, seems like it is working now. Merged this in my branch to make sure it will take, CI is passing with this change merged on a test pr - aaron-prindle#87 |
fixes #6745