We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb2ae4 commit 58a2ce2Copy full SHA for 58a2ce2
.github/workflows/pr-perfbench-bot.yml
@@ -16,7 +16,7 @@ jobs:
16
perfbench:
17
name: Benchmark between PR and main
18
if: |
19
- github.event_name != 'pull_request' &&
+ github.event_name == 'pull_request' &&
20
(contains(github.event.comment.body, '/performance-report') || contains(github.event.comment.body, '/perf'))
21
runs-on: [self-hosted, nvidia]
22
steps:
0 commit comments