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/debian_mips64.yml | |
| parent | a14831de9504ce1d4987e5ce008a099abc8b3528 (diff) | |
improve ci
Diffstat (limited to '.github/workflows/debian_mips64.yml')
| -rw-r--r-- | .github/workflows/debian_mips64.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/debian_mips64.yml b/.github/workflows/debian_mips64.yml index 0ee576e1a..f31428370 100644 --- a/.github/workflows/debian_mips64.yml +++ b/.github/workflows/debian_mips64.yml @@ -9,6 +9,10 @@ on: jobs: build: runs-on: ubuntu-latest + + concurrency: + group: ${{ github.head_ref }}-build + cancel-in-progress: true steps: - uses: actions/checkout@v2 with: |
