Skip to content

Commit 2455bf8

Browse files
yahondaclaude
andcommitted
Add concurrency key to release workflow to prevent overlapping publishes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 02b5505 commit 2455bf8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v*'
77

8+
concurrency:
9+
group: release-${{ github.ref }}
10+
cancel-in-progress: false
11+
812
jobs:
913
build-cruby:
1014
name: Build gem (CRuby)

0 commit comments

Comments
 (0)