Skip to content

Commit 92691ab

Browse files
committed
ci: js with concurrency cntroll
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 980fac4 commit 92691ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/js.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ name: JS CI
44

55
on: [push, pull_request, workflow_dispatch]
66

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
10+
11+
712
defaults:
813
run:
914
working-directory: tools/src/test/js

0 commit comments

Comments
 (0)