Skip to content

Commit 8947266

Browse files
committed
fixup! allow full concurrency within the same run
1 parent 5f8e8f5 commit 8947266

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/browserstack.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: |
1818
${{ matrix.BROWSER }} | ${{ matrix.JQUERYS.name }}
1919
concurrency:
20-
group: ${{ github.sha }}-${{ matrix.BROWSER }}
20+
group: ${{ matrix.BROWSER }}-${{ matrix.JQUERYS.name }}
2121
timeout-minutes: 30
2222
strategy:
2323
fail-fast: false
@@ -37,13 +37,13 @@ jobs:
3737
- 'Safari_latest-1'
3838
JQUERYS:
3939
- versions: --jquery 3.x-git --jquery git
40-
name: jQ git
40+
name: jQuery git
4141
- versions: --jquery 3.7.1 --jquery 3.6.4 --jquery 3.5.1 --jquery 3.4.1 --jquery 3.3.1 --jquery 3.2.1 --jquery 3.1.1 --jquery 3.0.0
42-
name: jQ 3.x
42+
name: jQuery 3.x
4343
- versions: --jquery 2.2.4 --jquery 2.1.4 --jquery 2.0.3
44-
name: jQ 2.x
44+
name: jQuery 2.x
4545
- versions: --jquery 1.12.4 --jquery 1.11.3 --jquery 1.10.2 --jquery 1.9.1 --jquery 1.8.3
46-
name: jQ 1.x
46+
name: jQuery 1.x
4747

4848
steps:
4949
- name: Checkout

0 commit comments

Comments
 (0)