Update web-deploy-prod.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 15:57:07 -04:00 committed by GitHub
parent 12af49553b
commit c719de930a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,6 +52,7 @@ jobs:
echo "DOCKERHUB_TOKEN secret is set" echo "DOCKERHUB_TOKEN secret is set"
fi fi
build: build:
needs: check-inputs
if: inputs.workflow_type == 'release' if: inputs.workflow_type == 'release'
environment: ${{ inputs.environments }} environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'