From 7e73f013d1b7f357c87c1275256d0031c0e66406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Tue, 13 Jun 2023 18:45:18 +0200 Subject: [PATCH] Enable Turbosnap for Chromatic (#286) --- .github/workflows/ci-chromatic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-chromatic.yaml b/.github/workflows/ci-chromatic.yaml index 0ab807397..e8fe33fad 100644 --- a/.github/workflows/ci-chromatic.yaml +++ b/.github/workflows/ci-chromatic.yaml @@ -40,4 +40,5 @@ jobs: with: workingDir: ./front projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} + onlyChanged: true \ No newline at end of file