Skip to content
Snippets Groups Projects
Unverified Commit 0a4806ed authored by Anton Kostenko's avatar Anton Kostenko Committed by GitHub
Browse files

Switch Perf test events to labels from comments (#46835)

* Switch Perf test events to labels from comments
parent 3df927c9
No related branches found
No related tags found
No related merge requests found
name: Perf test command
on:
issue_comment:
types: [created]
pull_request:
types: [ labeled ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
......@@ -10,7 +10,7 @@ concurrency:
jobs:
run-perf-test:
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/perf') }}
if: ${{ github.event.label.name == 'Run-perf' }}
uses: ./.github/workflows/perf-test.yml
with:
wait_for_uberjar: true
......
......@@ -75,7 +75,7 @@ jobs:
launch_perf_test:
needs: [ build ]
runs-on: ubuntu-latest
name: PR Review ENV
name: Launch Perf Test
permissions:
id-token: write
contents: read
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment