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:
required: true
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:
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