Skip to content

Commit

Permalink
Merge pull request #87 from reside-eng/PLAT-8721-skip-percy-for-renovate
Browse files Browse the repository at this point in the history
feat: skip percy for renovate
  • Loading branch information
mathieudi authored Dec 13, 2024
2 parents 8e55e6d + 426df87 commit 33e88fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
publish_dir: ./docs-dist

- name: Percy Visual Testing
if: inputs.ENABLE_VISUAL_TESTING
if: inputs.ENABLE_VISUAL_TESTING && github.actor != 'renovate[bot]'
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
run: yarn percy
Expand Down

0 comments on commit 33e88fd

Please sign in to comment.