From 80224727848150f5c3da131a8e8ac6eef5960da5 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Wed, 6 Nov 2024 16:09:10 +0200 Subject: [PATCH] feat: Enable turbosnap on chromatic workflow (no-changelog) (#11595) --- .github/workflows/chromatic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 7c5682076a..feb39f1f4f 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -65,6 +65,7 @@ jobs: continue-on-error: true with: workingDir: packages/design-system + onlyChanged: true projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} exitZeroOnChanges: false