Skip to content

Commit a5bac65

Browse files
authored
Tests: revert concurrency group change
- It's common for us to merge to main and cherry pick to 3.x-stable, so it's best if concurrency is shared between branches, which is effectively what we had already as it matches on workflow name and browser. Ideally, it could also match on the corresponding commit, but it seems the commit message is not available in the github context. Close jquerygh-5493
1 parent 37bded3 commit a5bac65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browserstack.yml

Lines changed: 1 addition & 1 deletion
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 }}-${{ github.ref }}
18+
group: ${{ github.workflow }}-${{ matrix.BROWSER }}
1919
timeout-minutes: 30
2020
strategy:
2121
fail-fast: false

0 commit comments

Comments
 (0)