Skip to content

Commit

Permalink
fix: run CD phase of dispatched deploy when only infra is selected (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty authored Dec 12, 2023
1 parent 8465128 commit 537b8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dispatch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
name: CD
uses: ./.github/workflows/sub-cd.yml
needs: [ select_version ]
if: ${{ always() && !cancelled() && !failure() }}
secrets: inherit
with:
deploy-infra: ${{ inputs.deploy-infra }}
Expand Down

0 comments on commit 537b8d0

Please sign in to comment.