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

Adding concurrency key to cancel previously running commit pipelines within the same PR #977

Merged
merged 16 commits into from
Dec 31, 2024

Conversation

andrewyang94
Copy link
Contributor

@andrewyang94 andrewyang94 commented Dec 27, 2024

This PR adds the concurrency workflow key to cancel previously running commit pipelines within the same PR (for pipeline optimization).

See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow for more info.

@andrewyang94 andrewyang94 changed the title Adding concurrency to cancel previous running commit pipelines within the same PR Adding concurrency to cancel previously running commit pipelines within the same PR Dec 27, 2024
@andrewyang94 andrewyang94 self-assigned this Dec 27, 2024
@andrewyang94 andrewyang94 changed the title Adding concurrency to cancel previously running commit pipelines within the same PR Adding concurrency key to cancel previously running commit pipelines within the same PR Dec 27, 2024
@andrewyang94 andrewyang94 merged commit 966b4ea into main Dec 31, 2024
4 checks passed
@andrewyang94 andrewyang94 deleted the ac-308-cancel-previously-running-commit-pipelines branch December 31, 2024 15:03
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.

2 participants