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
This commit is contained in:
Timmy Willison 2024-04-25 13:07:55 -04:00 committed by GitHub
parent 399a78ee9f
commit 5880e02707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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