From aae29184a5f05b3c4b00b377c514dca696e60cdd Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Thu, 14 Sep 2023 20:07:43 +0100 Subject: [PATCH] text --- .github/workflows/storybook-chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/storybook-chromatic.yml b/.github/workflows/storybook-chromatic.yml index 56c0ab17af98a..aa464f1f32a3a 100644 --- a/.github/workflows/storybook-chromatic.yml +++ b/.github/workflows/storybook-chromatic.yml @@ -169,8 +169,8 @@ jobs: # we don't want to _always_ run OptiPNG # so, we run it after checking for a diff - # but, the files we diffed might have been changed by OptiPNG - # and so they might no longer be different... + # but, the files we diffed might then be changed by OptiPNG + # and as a result they might no longer be different... # we check again git diff --name-status frontend/__snapshots__/ # For debugging