We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wintercms
Learn more about funding links in repositories.
Report abuse
1 parent 7c98641 commit 971b2fcCopy full SHA for 971b2fc
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
key: winter-packager-v1
23
24
concurrency:
25
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.operatingSystem }}-${{ matrix.phpVersion }}
26
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
27
28
steps:
0 commit comments