Skip to content

CI: Add concurrency groups to prevent stale prerelease artifacts#529

Merged
fedorov merged 1 commit intomasterfrom
fix-release-globs
Feb 25, 2026
Merged

CI: Add concurrency groups to prevent stale prerelease artifacts#529
fedorov merged 1 commit intomasterfrom
fix-release-globs

Conversation

@fedorov
Copy link
Copy Markdown
Member

@fedorov fedorov commented Feb 25, 2026

When multiple commits are pushed at once, each triggers a separate CI run. Without concurrency control, these runs race on the prerelease cleanup+upload, causing stale artifacts to accumulate. Adding concurrency groups with cancel-in-progress ensures only the latest run for a given ref completes, preventing the race.

When multiple commits are pushed at once, each triggers a separate CI
run. Without concurrency control, these runs race on the prerelease
cleanup+upload, causing stale artifacts to accumulate. Adding
concurrency groups with cancel-in-progress ensures only the latest
run for a given ref completes, preventing the race.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@fedorov fedorov merged commit fd04ecb into master Feb 25, 2026
4 of 6 checks passed
@fedorov fedorov deleted the fix-release-globs branch February 25, 2026 22:38
@sonarqubecloud
Copy link
Copy Markdown

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.

1 participant