Update web-deploy-nonprod.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 15:16:00 -04:00 committed by GitHub
parent e430ae795d
commit dcae4956c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ on:
jobs:
build:
if: inputs.workflow_type != 'release'
environment: ${{ input.environments }}
environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest'
permissions:
contents: read
@ -40,7 +40,7 @@ jobs:
# deploy:
# needs: build
# if: needs.build.result == 'success' && inputs.workflow_type != 'release'
# environment: ${{ input.environments }}
# environment: ${{ inputs.environments }}
# runs-on: 'ubuntu-latest'
# permissions:
# contents: read