-
Notifications
You must be signed in to change notification settings - Fork 6k
chore: limit concurrency for build jobs #4929
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
Conversation
* Configure build jobs to cancel previous builds when new changes are pushed to a pull request branch, and serialize builds when running in a branch from a push event * Reduce privileges of GitHub token for scripts workflow
Codecov Report
@@ Coverage Diff @@
## main #4929 +/- ##
=======================================
Coverage 70.02% 70.02%
=======================================
Files 29 29
Lines 1658 1658
Branches 364 364
=======================================
Hits 1161 1161
Misses 423 423
Partials 74 74 Continue to review full report at Codecov.
|
✨ Coder.com for PR #4929 deployed! It will be updated on every commit.
|
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.
* Configure build jobs to cancel previous builds when new changes are pushed to a pull request branch, and serialize builds when running in a branch from a push event * Reduce privileges of GitHub token for scripts workflow
are pushed to a pull request branch, and serialize builds when
running in a branch from a push event