-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
build: cancel previous github action runs #11940
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11940 +/- ##
==========================================
+ Coverage 67.63% 67.82% +0.18%
==========================================
Files 932 937 +5
Lines 45221 45520 +299
Branches 4335 4341 +6
==========================================
+ Hits 30587 30872 +285
- Misses 14531 14545 +14
Partials 103 103
Flags with carried forward coverage won't be shown. Click here to find out more.
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.
LGTM! thank you!
SUMMARY
CI has been slow recently, partly because of long running queue.
Each new commits to an open PR triggers a new CI job. Let's see if cancelling previous runs helps speed things up.
Ref: https://github.com/styfle/cancel-workflow-action
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TEST PLAN
CI should work
ADDITIONAL INFORMATION