diff --git a/.github/workflows/preDeploy.yml b/.github/workflows/preDeploy.yml index 79a73632519c..a61096adc7b7 100644 --- a/.github/workflows/preDeploy.yml +++ b/.github/workflows/preDeploy.yml @@ -112,6 +112,7 @@ jobs: #TODO: Once we add cherry picking, we will need run this from elsewhere - name: 🚀 Push tags to trigger staging deploy 🚀 + if: ${{ needs.chooseDeployActions.outputs.isStagingDeployLocked == 'false' }} run: git push --tags - name: Update StagingDeployCash