diff options
| author | ruki <[email protected]> | 2021-08-20 22:33:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-20 22:33:13 +0800 |
| commit | aa1fcf6c858bb139927c9e1d36e70bd7197ba8fb (patch) | |
| tree | 71d3ee158b4d3353032b71e7de84ea6a756a3c8c /.github/workflows/archlinux.yml | |
| parent | bf6b82226abc277eaaf7d16fabfea48edb4d6cf7 (diff) | |
improve ci
Diffstat (limited to '.github/workflows/archlinux.yml')
| -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 d16473c5a..2c13dd367 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 }}-build + group: ${{ github.head_ref }}-Archlinux cancel-in-progress: true steps: - name: Prepare build tools |
