diff options
| -rw-r--r-- | .github/workflows/linux.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7c1308060..1478b0962 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -8,9 +8,10 @@ on: jobs: build: - runs-on: ubuntu-latest - + concurrency: + group: ${{ github.head_ref }}-build + cancel-in-progress: true steps: - uses: actions/checkout@v2 with: |
