Skip to content

Commit

Permalink
update needs reference in deploy workflow to reference top level (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoates authored Oct 28, 2024
1 parent 71ede81 commit 584c150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
needs: sonarqube
needs: unittests
environment: production
env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 584c150

Please sign in to comment.