Skip to content

fix(ci): add concurrency group to prevent race condition#90

Merged
mairas merged 1 commit intomainfrom
fix/ci-concurrency-race-condition
Dec 17, 2025
Merged

fix(ci): add concurrency group to prevent race condition#90
mairas merged 1 commit intomainfrom
fix/ci-concurrency-race-condition

Conversation

@mairas
Copy link
Contributor

@mairas mairas commented Dec 17, 2025

Summary

  • Add concurrency group to the main CI workflow
  • Prevents race conditions when multiple PRs are merged in quick succession
  • Without this fix, concurrent runs could calculate the same revision number, causing one to fail

Test plan

  • Verify CI runs successfully
  • Merge multiple PRs in quick succession to test concurrency handling

🤖 Generated with Claude Code

Add concurrency control to the main CI workflow to prevent race conditions
when multiple PRs are merged in quick succession. Without this, concurrent
runs could both calculate the same revision number, causing one to fail.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mairas mairas merged commit 70effcd into main Dec 17, 2025
1 check passed
@mairas mairas deleted the fix/ci-concurrency-race-condition branch December 17, 2025 14:28
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