Skip to content

Commit 7273e3d

Browse files
committed
Tests: fix concurrency so no jobs are cancelled
Ref gh-508
1 parent 74a4fb4 commit 7273e3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/browserstack-3.x.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
NODE_VERSION: 20.x
1616
name: ${{ matrix.BROWSER }}
1717
concurrency:
18-
group: ${{ matrix.BROWSER }}
18+
group: ${{ matrix.BROWSER }} - ${{ github.sha }}
1919
timeout-minutes: 30
2020
strategy:
2121
fail-fast: false

.github/workflows/browserstack-git.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
NODE_VERSION: 20.x
1616
name: ${{ matrix.BROWSER }}
1717
concurrency:
18-
group: ${{ matrix.BROWSER }}
18+
group: ${{ matrix.BROWSER }} - ${{ github.sha }}
1919
timeout-minutes: 30
2020
strategy:
2121
fail-fast: false

0 commit comments

Comments
 (0)