Skip to content

Commit

Permalink
Tests: include github ref in concurrency group
Browse files Browse the repository at this point in the history
- fixes cancelled workflows when multiple PRs are merged
  in quick succession to both the main and 3.x-stable branches

Close gh-5482
  • Loading branch information
timmywil committed Apr 25, 2024
1 parent 5d83fad commit 18adf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
NODE_VERSION: 20.x
name: ${{ matrix.BROWSER }}
concurrency:
group: ${{ github.workflow }} ${{ matrix.BROWSER }}
group: ${{ matrix.BROWSER }}-${{ github.ref }}
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit 18adf66

Please sign in to comment.