diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 48acda3d48..6f9ff9c54e 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -44,3 +44,6 @@ jobs: projectToken: ${{ secrets.CHROMATIC_APP_CODE }} autoAcceptChanges: "main" onlyStoryFiles: "**/*regression.stories.tsx" + # NOTE: We cannot enable `onlyChanged` because it is + # incompatible with `onlyStoryFiles` which we use above. + # onlyChanged: true # Enable TurboSnap!