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 1f06c98ba..13ad4ef74 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: ${{ matrix.BROWSER }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ matrix.BROWSER }}
timeout-minutes: 30
strategy:
fail-fast: false