diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-04-25 13:08:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-25 13:08:13 -0400 |
commit | 18adf66b44942f2507083987d57b50017828db88 (patch) | |
tree | cee390ed800e49734d4c7e213385895c56850757 | |
parent | 5d83fadb6be83bcda54a87c1c0d73534e5aad6fb (diff) | |
download | jquery-18adf66b44942f2507083987d57b50017828db88.tar.gz jquery-18adf66b44942f2507083987d57b50017828db88.zip |
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-5482
-rw-r--r-- | .github/workflows/browserstack.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index e3a250460..b6a917b14 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -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 |