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 8d3ef56 commit 8349a35
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 @@ -130,7 +130,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [prepare, build-image-push]
if: always() && ${{ needs.prepare.outputs.deploy == 'true' }}
if: ${{ needs.prepare.outputs.deploy == 'true' || needs.prepare.outputs.deploy == true || needs.prepare.outputs.deploy }}
steps:
- name: Deploy
run: |
Expand Down

0 comments on commit 8349a35

Please sign in to comment.