From 9230dd6e7f427037a7f9a2d38a9957efb9f3693e Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 26 Jul 2022 21:03:20 +0100 Subject: [PATCH] exit --- .github/workflows/chromatic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 6adb9c5fd..47917439c 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -34,6 +34,7 @@ jobs: exitZeroOnChanges: true workingDir: ./src/Ombi/ClientApp buildScriptName: storybookbuild + exitOnceUploaded: true - name: Publish to Chromatic and auto accept changes if: github.ref == 'refs/heads/master' @@ -43,3 +44,4 @@ jobs: autoAcceptChanges: true # 👈 Option to accept all changes workingDir: ./src/Ombi/ClientApp buildScriptName: storybookbuild + exitOnceUploaded: true