Skip to content
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

Cancel Stale Workflow Runs job is cancelling workflows on all branches #2594

Closed
jamesnetherton opened this issue May 14, 2021 · 1 comment
Closed
Labels
Milestone

Comments

@jamesnetherton
Copy link
Contributor

Something I noticed is that the Cancel Stale Workflow Runs job seems to be cancelling workflows for unrelated branches. E.g the following scenario:

  1. The ci-build workflow is running for branch camel-main
  2. A commit is made to main to trigger another run of ci-build
  3. The workflow for the camel-main is cancelled

So its acting like only 1 instance of the ci-build workflow can be active. It should allow 1 active workflow per branch.

@jamesnetherton
Copy link
Contributor Author

Will be fixed by #2620.

@ppalaga ppalaga added this to the 2.0.0-M1 milestone Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants