Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acaiado committed Mar 7, 2024
1 parent 4d54b1b commit b1bfc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [prepare, build-image-push]
if: needs.prepare.outputs.deploy
if: needs.prepare.outputs.deploy == 'true'
steps:
- name: Deploy
run: |
Expand Down

0 comments on commit b1bfc5f

Please sign in to comment.