From 4b3ebfaa259216e6a97c41d1a9dcdd5a776cfaad Mon Sep 17 00:00:00 2001 From: Waldemar Reusch Date: Thu, 16 Mar 2023 14:16:13 +0100 Subject: [PATCH] feat(storybook): remove task depedency --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd514d0..470de62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,6 @@ jobs: deploy_storybook: runs-on: ubuntu-latest - needs: test steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2.1.3