We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399a78e commit 5880e02Copy full SHA for 5880e02
.github/workflows/browserstack.yml
@@ -15,7 +15,7 @@ jobs:
15
NODE_VERSION: 20.x
16
name: ${{ matrix.BROWSER }}
17
concurrency:
18
- group: ${{ github.workflow }} ${{ matrix.BROWSER }}
+ group: ${{ matrix.BROWSER }}-${{ github.ref }}
19
timeout-minutes: 30
20
strategy:
21
fail-fast: false
0 commit comments