Skip to content

Commit fa73e2f

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 gh-5492
1 parent 527fb3d commit fa73e2f

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: ${{ 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)