Skip to content

Commit

Permalink
chore: update needs
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 4, 2022
1 parent 3aecebd commit 1d69cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: npm test

release:
needs: test
needs: [build, test]
# only run if opt-in during workflow_dispatch
if: always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1d69cb8

Please sign in to comment.