Skip to content
Snippets Groups Projects
Unverified Commit 2cdc8df2 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

Skip Percy job triggered by comment early (#17232)

parent 6bcc6b54
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment