diff options
| -rw-r--r-- | .github/workflows/archlinux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index 391b6d783..fc94fd24b 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-Archlinux + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Archlinux cancel-in-progress: true steps: - name: Prepare build tools |
