Skip to content

Commit

Permalink
turn turbosnap off
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverabrahams committed Feb 12, 2024
1 parent 82e415f commit b90c1b9
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 @@ -42,7 +42,7 @@ jobs:
storybookBuildDir: 'dist/storybook/libs/@guardian/${{ matrix.lib }}'
storybookBaseDir: 'dist/storybook/libs/@guardian/${{ matrix.lib }}'
exitOnceUploaded: true
onlyChanged: '!(main)' # turbosnap on non-main branches
onlyChanged: false # turbosnap on non-main branches
skip: |
github.event.pull_request.user.login == 'dependabot[bot]' ||
github.event.pull_request.user.login == 'gu-changesets-release-pr[bot]'

0 comments on commit b90c1b9

Please sign in to comment.