Skip to content

Commit c685a59

Browse files
committed
fix: add concurrency group for tag.yml
1 parent f6d4590 commit c685a59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tag.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- 'v*.*.*'
77
workflow_dispatch:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
use-native-library-js-tag:
1115
permissions:

0 commit comments

Comments
 (0)