Skip to content

Commit 58a2ce2

Browse files
committed
fix: fix perfbench condition
1 parent 0eb2ae4 commit 58a2ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-perfbench-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
perfbench:
1717
name: Benchmark between PR and main
1818
if: |
19-
github.event_name != 'pull_request' &&
19+
github.event_name == 'pull_request' &&
2020
(contains(github.event.comment.body, '/performance-report') || contains(github.event.comment.body, '/perf'))
2121
runs-on: [self-hosted, nvidia]
2222
steps:

0 commit comments

Comments
 (0)