Skip to content

Commit 4ee52da

Browse files
committed
chore(CI): only allow one concurrent CI run for a single branch
1 parent 412ca10 commit 4ee52da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ defaults:
5454
# run with Git Bash on Windows
5555
shell: bash
5656

57+
concurrency:
58+
group: ${{ github.workflow }}-${{ github.ref }}
59+
cancel-in-progress: true
60+
5761
jobs:
5862
build-spidermonkey-unix:
5963
strategy:

0 commit comments

Comments
 (0)