Skip to content

Commit b2e8404

Browse files
committed
fix: benchmark trigger
1 parent 558c144 commit b2e8404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
benchmark:
1919
runs-on: ubuntu-latest
20-
if: ${{ github.event.issue.pull_request }} && contains(github.event.comment.body, '/bench')
20+
if: contains(github.event.comment.body, '/bench')
2121

2222
steps:
2323
# the workflow is triggered from main branch

0 commit comments

Comments
 (0)