Skip to content

Commit e00e3b2

Browse files
krider2010claude
andauthored
fix(ci): add concurrency control to release workflow (#78)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 75ca597 commit e00e3b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ permissions:
1212
packages: write
1313
pull-requests: write
1414

15+
concurrency:
16+
group: release
17+
cancel-in-progress: false
18+
1519
jobs:
1620
release:
1721
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)