summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-08-28 09:22:26 -0700
committerGitHub <noreply@github.com>2024-08-28 09:22:26 -0700
commit16595a8379e9dbfa1845fd72f3531ff3372da3ef (patch)
treec17ad4018e5fee3c0bcb01fca9cb069d01f8447b
parent4f6f827e26ffcb9b850ef8a8b7f7b4beb5addb7a (diff)
Auto-cancel obsolete MDL benchmark jobs. (#4929)
-rw-r--r--.github/workflows/benchmark.yml3
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: