Skip to content

Commit

Permalink
Update deploy-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte-Hansen authored Nov 14, 2024
1 parent 766cde3 commit 9e24b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

build-and-deploy:
runs-on: ubuntu-latest
needs: [test]
needs: [lint,test]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Checkout repository
Expand Down

0 comments on commit 9e24b7a

Please sign in to comment.