From 1fafaea6241baa2439b8bb164a7dffd379eb739b Mon Sep 17 00:00:00 2001 From: Christian Simon Date: Fri, 9 Aug 2024 17:22:17 +0100 Subject: [PATCH] Now with correct filter term (#3476) --- .github/workflows/pyrobench.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyrobench.yaml b/.github/workflows/pyrobench.yaml index 43c48a2100..838327b487 100644 --- a/.github/workflows/pyrobench.yaml +++ b/.github/workflows/pyrobench.yaml @@ -3,7 +3,7 @@ on: issue_comment jobs: pyrobench: name: Run Pyrobench on demand by PR comment - if: ${{ (github.event.issue.pull_request) && contains('@pyrobench', github.event.comment.body) }} + if: ${{ (github.event.issue.pull_request) && contains(github.event.comment.body, '@pyrobench') }} runs-on: ubuntu-latest steps: - uses: actions/setup-go@v5