diff --git a/.github/workflows/percy-issue-comment.yml b/.github/workflows/percy-issue-comment.yml
index 27301ae0b6369673946e2cd013bbc81850593fd4..499c62fbf5b25a8c2577af88234616c2d6a066eb 100644
--- a/.github/workflows/percy-issue-comment.yml
+++ b/.github/workflows/percy-issue-comment.yml
@@ -7,6 +7,7 @@ on:
 
 jobs:
   pr_info:
+    if: github.event.comment.body == '@metabase-bot run visual tests'
     runs-on: ubuntu-20.04
     outputs:
       pull_request_number: ${{ fromJson(steps.fetch_pr.outputs.data).head.number }}
@@ -92,7 +93,6 @@ jobs:
             ./SHA256.sum
 
   percy:
-    if: github.event.comment.body == '@metabase-bot run visual tests'
     timeout-minutes: 30
     needs: [build, pr_info]
     runs-on: ubuntu-20.04