Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi authored Mar 7, 2024
1 parent 467d2d1 commit 56edc34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 56edc34

Please sign in to comment.