Skip to content

Commit

Permalink
remove build dependency on test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Sep 26, 2022
1 parent 7bacfa9 commit 350f629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

docs:
if: ${{ github.event_name == 'push' }}
needs: [ build, test ]
needs: [ build ]
runs-on: ubuntu-latest
concurrency:
group: docs-${{ github.ref }}
Expand Down

0 comments on commit 350f629

Please sign in to comment.