Skip to content

Commit e83ec8a

Browse files
committed
chore: add concurrency
1 parent 181d73d commit e83ec8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ env:
66
permissions:
77
contents: write
88
id-token: write
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
914
'on':
1015
push:
1116
branches:

0 commit comments

Comments
 (0)