From 0c8e66593dcaedb93024cada94a6205c2a7d1818 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sat, 11 Oct 2025 13:24:31 -0400 Subject: [PATCH] fix(chromatic): Add fetch-depth option to Chromatic workflow Signed-off-by: Aviv Keller --- .github/workflows/chromatic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 8c2cabbe0194c..3b2f84d429f9c 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -57,6 +57,7 @@ jobs: with: pnpm: true use-version-file: true + fetch-depth: 0 - name: Start Visual Regression Tests (Chromatic) # This assigns the Environment Deployment for Storybook