Skip to content

Commit

Permalink
ci(chromatic): disable auto accept on epic branch
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Jul 9, 2024
1 parent 4d4b530 commit 5e63f48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chromatic-7180.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
zip: true
exitOnceUploaded: true
autoAcceptChanges: epic/7180-component-tokens
workingDir: packages/calcite-components
# Renable this option once the snapshots are fixed on the epic branch. Until then, snapshots will need to be
# approved/rejected in both the PR and the commit on epic/7180-component-tokens after installing
# autoAcceptChanges: epic/7180-component-tokens
env:
STORYBOOK_SCREENSHOT_TEST_BUILD: true
CHROMATIC_DIFF_THRESHOLD: ${{ secrets.CHROMATIC_DIFF_THRESHOLD }}
Expand Down

0 comments on commit 5e63f48

Please sign in to comment.