diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09dae78c320e5..0d354672c804c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -569,10 +569,17 @@ jobs: with: buildScriptName: "storybook:build" exitOnceUploaded: true + # This will prevent CI from failing when Chromatic detects visual changes + exitZeroOnChanges: true # Chromatic states its fine to make this token public. See: # https://www.chromatic.com/docs/github-actions#forked-repositories projectToken: 695c25b6cb65 workingDir: "./site" + # Prevent excessive build runs on minor version changes + skip: '@(renovate/**|dependabot/**)' + # Run TurboSnap to trace file dependencies to related stories + # and tell chromatic to only take snapshots of relevent stories + onlyChanged: true # This is a separate step for mainline only that auto accepts and changes # instead of holding CI up. Since we squash/merge, this is defensive to @@ -588,9 +595,14 @@ jobs: STORYBOOK: true with: autoAcceptChanges: true + # This will prevent CI from failing when Chromatic detects visual changes + exitZeroOnChanges: true buildScriptName: "storybook:build" projectToken: 695c25b6cb65 workingDir: "./site" + # Run TurboSnap to trace file dependencies to related stories + # and tell chromatic to only take snapshots of relevent stories + onlyChanged: true required: runs-on: ubuntu-latest pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy