Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Mar 27, 2024
1 parent 427b90c commit 78f9eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

run-sonar:
if: ${{ github.event.inputs.run_build == 'true' }}
needs: [build-docker-image, run-tests]
needs: [run-tests]
runs-on: ubuntu-latest
steps:
- name: Get Project Source
Expand Down

0 comments on commit 78f9eab

Please sign in to comment.