From 1bf1e797793cb35065100cafc069b639ee11f31b Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 30 Sep 2023 17:56:07 +0200 Subject: [PATCH] Remove build-sorybook from build step, it's too long --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e4726e51..adfc7ae88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,6 @@ jobs: - run: npx keycloakify env: XDG_CACHE_HOME: "/home/runner/.cache/yarn" - - run: npx build-storybook prepare_release: needs: test