From e9c2569725f2c5e8a03ab27ac5e3d0db48ae5208 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 16 Jul 2024 11:49:22 +0200 Subject: [PATCH] fix workflow --- .github/workflows/sipify-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: