From 56edc344797599228eb80aa507c3fd12aff46225 Mon Sep 17 00:00:00 2001 From: Yossi Saadi Date: Thu, 7 Mar 2024 10:54:43 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d46f9ee687..e738455b33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: npm_token: ${{ secrets.npm_token }} - uses: ./.github/actions/build-and-upload ci: + needs: build runs-on: ubuntu-latest strategy: fail-fast: false @@ -43,7 +44,7 @@ jobs: run: yarn lerna run ${{matrix.command}} --since=origin/master build-storybook: - needs: ci + needs: [build, ci] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4