Skip to content

Commit 318ef7c

Browse files
committed
chore(ci): add concurrency limit for release workflow
1 parent 6f14137 commit 318ef7c

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
@@ -8,6 +8,10 @@ on:
88
tags:
99
- 'v*.*.*'
1010

11+
concurrency:
12+
group: ${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
release:
1317
name: Build and publish release

0 commit comments

Comments
 (0)