diff options
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r-- | .github/workflows/benchmark.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4c0e0cf1..8e768a7a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -5,6 +5,10 @@ on: branches: - master +concurrency: + group: benchmark-${{ github.ref }} + cancel-in-progress: true + permissions: # deployments permission to deploy GitHub pages website deployments: write |