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

workflows: add some concurrency groups for dispatch jobs #142153

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

Bo98
Copy link
Member

@Bo98 Bo98 commented Sep 13, 2023

Try to catch cases where two people do the same dispatch job at the same time, or if someone does separate 14 and 14-arm64 dispatches instead of one combined one (separate jobs risk upload race conditions without concurrency control).

@Bo98 Bo98 requested review from MikeMcQuaid and a team as code owners September 13, 2023 03:40
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request workflows PR modifies GitHub Actions workflow files labels Sep 13, 2023
@Bo98 Bo98 force-pushed the workflows-concurrency branch from 619ec36 to ad3bd80 Compare September 13, 2023 03:41
Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

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

Makes sense, thanks @Bo98!

@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Sep 13, 2023
Merged via the queue into master with commit 7e19727 Sep 13, 2023
15 checks passed
@MikeMcQuaid MikeMcQuaid deleted the workflows-concurrency branch September 13, 2023 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge-skip `brew pr-automerge` will skip this pull request workflows PR modifies GitHub Actions workflow files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants