diff options
| author | ruki <[email protected]> | 2022-03-03 23:51:22 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-03 23:51:22 +0800 |
| commit | e98f75c72b84ed17d1ab56abbeb26fbcefd84ac9 (patch) | |
| tree | 7e85b65a68cae48c0255c95505f25071997a55ca /.github/workflows | |
| parent | bcf29f16d1ffd65b07a11e80e08ebac42eef4083 (diff) | |
Update archlinux.yml
Diffstat (limited to '.github/workflows')
| -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 |
