Skip to content

Commit

Permalink
chore: update Chromatic project id and always run Chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
MEsteves22 authored and francisco-guilherme committed Jul 24, 2024
1 parent 1ea50e1 commit 9da2122
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .config/chromatic.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectId": "Project:66040297ad386b97be078cc9",
"projectId": "Project:66a1254d9d7ebf301ff1bebb",
"buildScriptName": "build:doc",
"skip": "dependabot/**"
}
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ 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 9da2122

Please sign in to comment.