Skip to content

Commit bed7d46

Browse files
mridangclaude
andcommitted
ci: add concurrency group to release workflow
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ce37422 commit bed7d46

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
@@ -12,6 +12,10 @@ defaults:
1212
run:
1313
working-directory: ./
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.ref }}
17+
cancel-in-progress: false
18+
1519
jobs:
1620
publish-package:
1721
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)