Skip to content

Commit

Permalink
fix(workflows): remove test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nickamzol committed Jun 27, 2024
1 parent fff0ad6 commit ad4c37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: [build, test]
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Download artifacts
Expand Down

0 comments on commit ad4c37c

Please sign in to comment.