We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1125b6 commit 858363cCopy full SHA for 858363c
.github/workflows/archlinux.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
17
concurrency:
18
- group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Archlinux
+ group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Archlinux-${{ matrix.mode }}
19
cancel-in-progress: true
20
21
env:
0 commit comments