aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/browserstack.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/browserstack.yml')
-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