Skip to content

Commit 5880e02

Browse files
authored
Tests: include github ref in concurrency group
- fixes cancelled workflows when multiple PRs are merged in quick succession to both the main and 3.x-stable branches Close gh-5481
1 parent 399a78e commit 5880e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browserstack.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: ${{ github.workflow }} ${{ matrix.BROWSER }}
18+
group: ${{ matrix.BROWSER }}-${{ github.ref }}
1919
timeout-minutes: 30
2020
strategy:
2121
fail-fast: false

0 commit comments

Comments
 (0)