Skip to content

Commit

Permalink
chore: Skip running E2E on comments without visual test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 25, 2025
1 parent ba53498 commit 9681a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ env:
${{ github.event_name == 'issue_comment' && github.event.action == 'created' && contains(github.event.comment.body, '/visual-test') && github.event.issue.pull_request != null }}
jobs:
cache:
if: ${{ github.event_name != 'issue_comment' || contains(github.event.comment.body, '/visual-test') }}
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-20.11.0-chrome-121.0.6167.85-1-ff-120.0-edge-121.0.2277.83-1
Expand Down

0 comments on commit 9681a27

Please sign in to comment.