"...composable_kernel_rocm.git" did not exist on "f46a6ffad83ab0245b8087df602f5fcfceb37ad2"
Unverified Commit 40c1693b authored by Umang Yadav's avatar Umang Yadav Committed by GitHub
Browse files

Cancel in progress performance runs if a new commit has been pushed. … (#1964)

* Cancel in progress performance runs if a new commit has been pushed. Concurrency only cancels any pending runs.
parent 4e24e65a
...@@ -42,7 +42,9 @@ on: ...@@ -42,7 +42,9 @@ on:
required: true required: true
default: '-r' default: '-r'
concurrency: "perftest-${{ github.head_ref || github.base_ref || 'schedule' }}" concurrency:
group: "perftest-${{ github.head_ref || github.base_ref || 'schedule' }}"
cancel-in-progress: true
jobs: jobs:
release: release:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment