diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/benchmark.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8a829d5a1..e704adedb 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -15,6 +15,9 @@ on: - 'LICENCE' - 'CONTRIBUTION.md' - 'README.md' +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: build: |
