diff options
| author | Yong He <yonghe@outlook.com> | 2024-08-28 09:22:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 09:22:26 -0700 |
| commit | 16595a8379e9dbfa1845fd72f3531ff3372da3ef (patch) | |
| tree | c17ad4018e5fee3c0bcb01fca9cb069d01f8447b /.github/workflows/benchmark.yml | |
| parent | 4f6f827e26ffcb9b850ef8a8b7f7b4beb5addb7a (diff) | |
Auto-cancel obsolete MDL benchmark jobs. (#4929)
Diffstat (limited to '.github/workflows/benchmark.yml')
| -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: |
