Update web-deploy-prod.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 21:58:17 -04:00 committed by GitHub
parent 3391da14ce
commit 8c06978843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ jobs:
fi fi
build: build:
needs: check-inputs needs: check-inputs
if: needs.check-inputs.result == 'success' && inputs.workflow_type != 'release' if: needs.check-inputs.result == 'success' && inputs.workflow_type == 'release'
environment: ${{ inputs.environments }} environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
permissions: permissions: