diff --git a/.github/workflows/sipify-bot.yml b/.github/workflows/sipify-bot.yml index f1aa84a1dfd4..946ed2d60944 100644 --- a/.github/workflows/sipify-bot.yml +++ b/.github/workflows/sipify-bot.yml @@ -10,7 +10,7 @@ on: jobs: sipify: - if: github.event_name == 'push' || (contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '/sipify')) + if: github.event_name == 'push' || ( contains(github.event.comment.html_url, '/pull/') && github.event.comment.body == '/sipify' ) runs-on: [ubuntu-latest] steps: