DX: cancel running builds on subsequent pushes in CI#6940
Merged
Wirone merged 4 commits intoPHP-CS-Fixer:masterfrom May 5, 2023
Merged
DX: cancel running builds on subsequent pushes in CI#6940Wirone merged 4 commits intoPHP-CS-Fixer:masterfrom
Wirone merged 4 commits intoPHP-CS-Fixer:masterfrom
Conversation
Wirone
approved these changes
May 5, 2023
Member
Wirone
left a comment
There was a problem hiding this comment.
Great improvement! I'm relatively new to the project and I don't have much experience with Github Actions (long-time Gitlab user), but I also try to make Fixer's pipeline better, so I welcome such changes with open arms 😁.
Member
|
Thank you very much, @staabm 🍻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
since the CI pipeline is pretty slow/takes a lot of time, I want to propose to skip in-progress jobs after a new commit is pushed to a PR.
that way we don't build up a long queue of jobs but keep only the most recent one per PR