diff options
| author | ruki <[email protected]> | 2021-08-20 22:32:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-20 22:32:28 +0800 |
| commit | bf6b82226abc277eaaf7d16fabfea48edb4d6cf7 (patch) | |
| tree | 5845e0d85aa36f78a29cde5480d8327f394c41c6 /.github/workflows/archlinux.yml | |
| parent | a14831de9504ce1d4987e5ce008a099abc8b3528 (diff) | |
improve ci
Diffstat (limited to '.github/workflows/archlinux.yml')
| -rw-r--r-- | .github/workflows/archlinux.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index 2a9755fb2..d16473c5a 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -12,6 +12,9 @@ jobs: container: archlinux:latest runs-on: ubuntu-latest + concurrency: + group: ${{ github.head_ref }}-build + cancel-in-progress: true steps: - name: Prepare build tools run: | |
