diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 63a5b50..3c4a7ef 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,6 +8,10 @@ permissions: {} on: [push, pull_request] +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-latest