Skip to content

Commit

Permalink
ci: opt-in Chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
zettca authored and MEsteves22 committed Jul 3, 2024
1 parent 930bd79 commit 97e94d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
visual-tests:
name: Visual Tests
uses: ./.github/workflows/tests-visual.yml
# Only run Chromatic when PRs have the "visual" tag
if: ${{ contains(github.event.pull_request.labels.*.name, 'visual') }}
secrets: inherit
with:
batch-id: pr-${{ github.event.number }}
Expand Down

0 comments on commit 97e94d4

Please sign in to comment.