From 93649016ba384f24304fffc3943f2f4f8a56875b Mon Sep 17 00:00:00 2001 From: AndyKIron Date: Sun, 8 Dec 2024 12:24:55 +0200 Subject: [PATCH] ci(storybook-8): disable CI Cromatic run on push --- .github/workflows/chromatic.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 661400668..e0eec94f0 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -3,9 +3,10 @@ name: "CI - Chromatic Tests" # todo: setup running on feature branches, remove this tests branch # read more about this here: https://www.chromatic.com/docs/github-actions on: - push: - branches: - - "feature/storybook-up-to-8" + workflow_dispatch: +# push: +# branches: +# - "feature/storybook-up-to-8" jobs: chromatic: