Skip to content

Commit 1fafaea

Browse files
authored
Now with correct filter term (#3476)
1 parent 24e11e6 commit 1fafaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyrobench.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: issue_comment
33
jobs:
44
pyrobench:
55
name: Run Pyrobench on demand by PR comment
6-
if: ${{ (github.event.issue.pull_request) && contains('@pyrobench', github.event.comment.body) }}
6+
if: ${{ (github.event.issue.pull_request) && contains(github.event.comment.body, '@pyrobench') }}
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)