Unverified Commit 94bc41dc authored by Chris Austen's avatar Chris Austen Committed by GitHub
Browse files

check concurrency on PR level with one running and one pending performance tests (#1401)

Workflow has concurrency reintroduced with different set of rules. New expected behavior is to check concurrency on PR level with one running and one pending performance tests. In case of multiple commits in same PR, always the latest commit is queued after initiated performance test execution is completed. Any other PRs/commits are in pending/queued state
parent 1b575b5c
...@@ -26,6 +26,8 @@ on: ...@@ -26,6 +26,8 @@ on:
required: true required: true
default: '-s' default: '-s'
concurrency: "perftest-${{ github.head_ref || github.base_ref || 'schedule' }}"
jobs: jobs:
release: release:
uses: rocmsoftwareplatform/migraphx-benchmark/.github/workflows/perf-test.yml@main uses: rocmsoftwareplatform/migraphx-benchmark/.github/workflows/perf-test.yml@main
......
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