diff --git a/.github/workflows/kernel-bench.yml b/.github/workflows/kernel-bench.yml index c646462..6205af3 100644 --- a/.github/workflows/kernel-bench.yml +++ b/.github/workflows/kernel-bench.yml @@ -11,7 +11,7 @@ concurrency: # A PR number if a pull request and otherwise the commit hash. This cancels # queued and in-progress runs for the same PR (presubmit) or commit # (postsubmit). The workflow name is prepended to avoid conflicts between - # different workflows. test + # different workflows. group: ${{ github.workflow }}-${{ github.event.number || github.sha }} cancel-in-progress: true