Skip to content

Commit af022d4

Browse files
committed
chore: add concurrency check to actions workflow
1 parent b8dd2bd commit af022d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- created
1212
- edited
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
1418
defaults:
1519
run:
1620
shell: bash

0 commit comments

Comments
 (0)