Skip to content

Commit

Permalink
Fix actions concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Apr 9, 2024
1 parent 7c98641 commit 971b2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
key: winter-packager-v1

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

steps:
Expand Down

0 comments on commit 971b2fc

Please sign in to comment.