Skip to content

Commit e5b5c03

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 54486fc commit e5b5c03

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
@@ -16,6 +16,10 @@ defaults:
1616
run:
1717
working-directory: ./
1818

19+
concurrency:
20+
group: ${{ github.workflow }}-${{ github.ref }}
21+
cancel-in-progress: false
22+
1923
jobs:
2024
publish-package:
2125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)