-
Notifications
You must be signed in to change notification settings - Fork 9
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
automatically cancel running CI jobs on new commit #158
Conversation
grst
commented
Apr 6, 2023
•
edited
Loading
edited
A PR has been generated to the instance repo: You can check out the PR to preview your changes |
for more information, see https://pre-commit.ci
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.
Looks good. With the group
defined this way they don’t get into each other’s way.
E.g. when one workflow is modified to only run on some commits and the other runs on all of them, the one running on all commits doesn’t cancel the other one.