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

Ensure only a single instance of a workflow using the same concurrency group will run at a time #6592

Merged
merged 1 commit into from
Sep 14, 2021

Conversation

pierlon
Copy link
Contributor

@pierlon pierlon commented Sep 4, 2021

Summary

GitHub Action workflows now have a native way of limiting workflow (and job) runs to a single run. This PR implements this feature and gets rid of the "Auto Cancel" GHA workflow that previously emulated it.

Checklist

  • My code is tested and passes existing tests.
  • My code follows the Engineering Guidelines (updates are often made to the guidelines, check it out periodically).

@pierlon pierlon added the Infrastructure Changes impacting testing infrastructure or build tooling label Sep 4, 2021
@pierlon pierlon added this to the v2.2 milestone Sep 4, 2021
@pierlon pierlon requested a review from westonruter September 4, 2021 00:01
Copy link
Member

@westonruter westonruter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! You're a fount of GitHub magic. LGTM.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2021

Plugin builds for db69a37 are ready 🛎️!

@pierlon pierlon merged commit ed78087 into develop Sep 14, 2021
@pierlon pierlon deleted the enhancement/native-gha-auto-cancel branch September 14, 2021 05:53
@westonruter westonruter added the Changelogged Whether the issue/PR has been added to release notes. label Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelogged Whether the issue/PR has been added to release notes. Infrastructure Changes impacting testing infrastructure or build tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants