Skip to content

Commit 9d83fd7

Browse files
committed
ci: add concurrency group to release workflow to prevent duplicate runs
1 parent 47d49a2 commit 9d83fd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-local.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
tags:
1717
- 'local-v*'
1818

19+
concurrency:
20+
group: release-local
21+
cancel-in-progress: true
22+
1923
permissions:
2024
contents: read
2125
id-token: write # Required for npm provenance

0 commit comments

Comments
 (0)