mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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:
parent
399a78ee9f
commit
5880e02707
2
.github/workflows/browserstack.yml
vendored
2
.github/workflows/browserstack.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user