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

Commit5880e02

Browse files
authored
Tests: include github ref in concurrency group
- fixes cancelled workflows when multiple PRs are merged in quick succession to both the main and 3.x-stable branchesClosegh-5481
1 parent399a78e commit5880e02

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:${{github.workflow }}${{matrix.BROWSER }}
18+
group:${{matrix.BROWSER }}-${{github.ref }}
1919
timeout-minutes:30
2020
strategy:
2121
fail-fast:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp