jamesnetherton opened a new issue #2594: URL: https://github.com/apache/camel-quarkus/issues/2594
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
