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 concurrent runs for non-master branches #5358

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

sayaliM0412
Copy link
Contributor

@sayaliM0412 sayaliM0412 commented Dec 12, 2023

To ensure that runs for the master branch are not canceled when a new run is triggered, we can modify the group definition in the concurrency block. By creating a separate group for the master branch, we can prevent runs on the master branch from canceling each other.

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Things to be aware of

Things to worry about

Additional Context

Signed-off-by: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com>
@sayaliM0412 sayaliM0412 merged commit 42e511c into master Dec 12, 2023
53 of 54 checks passed
@sayaliM0412 sayaliM0412 deleted the fix-DAT-15777 branch December 12, 2023 15:25
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

3 participants