From 16595a8379e9dbfa1845fd72f3531ff3372da3ef Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 28 Aug 2024 09:22:26 -0700 Subject: Auto-cancel obsolete MDL benchmark jobs. (#4929) --- .github/workflows/benchmark.yml | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.2.3