diff --git a/.github/workflows/zhook.yml b/.github/workflows/zhook.yml index 186bba5e..2728683f 100644 --- a/.github/workflows/zhook.yml +++ b/.github/workflows/zhook.yml @@ -26,7 +26,7 @@ jobs: && !( github.event_name == 'issue_comment' && github.event.sender.login == 'vercel[bot]' - && contains(github.event.comment.body, 'Building') + && (contains(github.event.comment.body, 'Building') || contains(github.event.comment.body, 'Ignored')) ) && ( github.event_name != 'pull_request_review'