Skip to content

Commit

Permalink
disable turbosnap
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding committed Oct 30, 2023
1 parent 853c309 commit 2ffcf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true
# Turbosnap if this is not the main branch
onlyChanged: true
onlyChanged: false
externals: "[\"packages/theme/**/*.css\", \"*.scss\", \"*.woff\"]"
skip: "changeset-release/*"
autoAcceptChanges: "main"
Expand Down

0 comments on commit 2ffcf2e

Please sign in to comment.