Skip to content

Commit 971b2fc

Browse files
committedApr 9, 2024··
Fix actions concurrency
1 parent 7c98641 commit 971b2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
key: winter-packager-v1
2323

2424
concurrency:
25-
group: ${{ github.workflow }}-${{ github.ref }}
25+
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.operatingSystem }}-${{ matrix.phpVersion }}
2626
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
2727

2828
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.