From a236cda73883c9bfc998970237d513e269cec655 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Wed, 11 Jun 2025 15:58:43 -0400 Subject: [PATCH] Update web-deploy-prod.yml --- .github/workflows/web-deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-deploy-prod.yml b/.github/workflows/web-deploy-prod.yml index 9c9b08c..7e01082 100644 --- a/.github/workflows/web-deploy-prod.yml +++ b/.github/workflows/web-deploy-prod.yml @@ -53,7 +53,7 @@ jobs: fi build: needs: check-inputs - if: inputs.workflow_type == 'release' + if: needs.check-inputs.result == 'success' && inputs.workflow_type != 'release' environment: ${{ inputs.environments }} runs-on: 'ubuntu-latest' permissions: