From e98f75c72b84ed17d1ab56abbeb26fbcefd84ac9 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 3 Mar 2022 23:51:22 +0800 Subject: Update archlinux.yml --- .github/workflows/archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1