-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Use GH actions concurrency to cancel runs #921
Conversation
Codecov Report
@@ Coverage Diff @@
## main #921 +/- ##
==========================================
+ Coverage 87.46% 87.50% +0.03%
==========================================
Files 136 136
Lines 3272 3272
==========================================
+ Hits 2862 2863 +1
+ Misses 410 409 -1
Continue to review full report at Codecov.
|
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.
Amazing regex !
And you even corrected some bug I let while migrating to V5, thanks a lot !
Please can you also add a line in CHANGELOG.md ?
@nvuillam I guess an additional changelog entry is not needed anymore, right? |
@lars-reimann you did such a fine job that i thought I owed you that ;) |
Fixes #920
Proposed Changes
mega-linter-runner
templateCapabilities of the regex:
cancel_duplicates
job.Downsides of the regex:
cancel_duplicates
job. I don't see a way to reliably fix this, however.cancel_duplicates
job and the start of the next. This can be fixed by matching the end of thecancel_duplicates
job more exactly, but that again makes it more likely that the automatic update fails if the user has changed the workflow.Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance