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