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 24e11e6 commit 1fafaeaCopy full SHA for 1fafaea
.github/workflows/pyrobench.yaml
@@ -3,7 +3,7 @@ on: issue_comment
3
jobs:
4
pyrobench:
5
name: Run Pyrobench on demand by PR comment
6
- if: ${{ (github.event.issue.pull_request) && contains('@pyrobench', github.event.comment.body) }}
+ if: ${{ (github.event.issue.pull_request) && contains(github.event.comment.body, '@pyrobench') }}
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/setup-go@v5
0 commit comments