From 36c2588bc6b80a76f2528ad713a25ea54e8caacd Mon Sep 17 00:00:00 2001 From: Nikki Ysendoorn Date: Tue, 19 Mar 2024 12:50:09 +0100 Subject: [PATCH] :sparkles: [#49] update workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcdf9de..f0028f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,6 @@ jobs: needs: - storybook - prettier - - tests-storybook - tests-jest # do not run in forks & only publish main branch if: github.ref_name == 'main' && github.repository_owner == 'open-formulieren' @@ -151,7 +150,6 @@ jobs: runs-on: ubuntu-latest needs: - build-package - - tests-storybook - tests-jest - prettier