Skip to content

Add concurrency groups for (relevant) workflows to cancel existing run when new one starts and group dependabot actions updates#950

Merged
thehrh merged 3 commits into
masterfrom
add_concurrency_groups_for_workflows
Jun 10, 2026
Merged

Add concurrency groups for (relevant) workflows to cancel existing run when new one starts and group dependabot actions updates#950
thehrh merged 3 commits into
masterfrom
add_concurrency_groups_for_workflows

Conversation

@thehrh

@thehrh thehrh commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

This is intended to save resources: I do not believe it is necessary for either of these workflows to complete when a new one has already begun (consider quick successive pushes to a PR or multiple PR's being merged in quick succession).

The syntax used here is taken from:

I haven't added concurrency control to the two release workflows because the above use case doesn't seem to apply to them.

The PR should also ensure that future actions updates by Dependabot end up in a single PR.

@thehrh thehrh added this to the 4.3 milestone Jun 9, 2026
@thehrh thehrh added the github_actions Pull requests that update GitHub Actions code label Jun 9, 2026
@thehrh thehrh changed the title Add concurrency groups for (relevant) workflows to cancel existing run when new one starts Add concurrency groups for (relevant) workflows to cancel existing run when new one starts and group dependabot actions updates Jun 10, 2026
@thehrh thehrh merged commit 08bd609 into master Jun 10, 2026
1 check passed
@thehrh thehrh deleted the add_concurrency_groups_for_workflows branch June 10, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants