diff --git a/.github/workflows/preDeploy.yml b/.github/workflows/preDeploy.yml index bb9240596319..c416f096cee9 100644 --- a/.github/workflows/preDeploy.yml +++ b/.github/workflows/preDeploy.yml @@ -74,7 +74,7 @@ jobs: createNewVersion: needs: chooseDeployActions - if: needs.chooseDeployActions.outputs.SHOULD_DEPLOY + if: ${{ needs.chooseDeployActions.outputs.SHOULD_DEPLOY == 'true' }} uses: Expensify/App/.github/workflows/createNewVersion.yml@main secrets: inherit