aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimmy Willison <timmywil@users.noreply.github.com>2024-04-25 13:08:13 -0400
committerGitHub <noreply@github.com>2024-04-25 13:08:13 -0400
commit18adf66b44942f2507083987d57b50017828db88 (patch)
treecee390ed800e49734d4c7e213385895c56850757
parent5d83fadb6be83bcda54a87c1c0d73534e5aad6fb (diff)
downloadjquery-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.yml2
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