Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa73e2f

Browse files
authored
Tests: revert concurrency group change
- It's common for us to merge to main and cherry pick to 3.x-stable, so it's best if concurrency is shared between branches, which is effectively what we had already as it matches on workflow name and browser. Ideally, it could also match on the corresponding commit, but it seems the commit message is not available in the github context.Closegh-5492
1 parent527fb3d commitfa73e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
NODE_VERSION:20.x
1616
name:${{ matrix.BROWSER }}
1717
concurrency:
18-
group:${{matrix.BROWSER }}-${{github.ref }}
18+
group:${{github.workflow }}-${{matrix.BROWSER }}
1919
timeout-minutes:30
2020
strategy:
2121
fail-fast:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp