1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:05:33 -04:00

revert running percy checks on dependabot PRs (302a88d6ff)

This commit is contained in:
2021-11-02 15:40:35 -04:00
parent 2337a0dcce
commit df85dfdb04
3 changed files with 33 additions and 26 deletions

View File

@@ -25,5 +25,6 @@ jobs:
SKIP_OPTIMIZE_IMAGES: true
- run: yarn lint
- run: npx -p @percy/cli percy snapshot ./public
if: github.actor == 'jakejarvis'
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}