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

Do not cancel old GHA workflows triggered on branch commits #14279

Conversation

tejaswini-imply
Copy link
Member

Since Concurrency is configured on Static checks CI and Unit & Integration tests CI, only a single workflow (latest) runs per PR and per branch. We would like to not cancel already running workflows on a branch even when a new commit is pushed. This PR limits concurrency setup to PRs and doesn't automatically cancel workflows triggered on branch push events.

@abhishekagarwal87 abhishekagarwal87 merged commit bbbb031 into apache:master May 16, 2023
@abhishekagarwal87 abhishekagarwal87 added this to the 27.0 milestone Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants