Update web-deploy-prod.yml

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

View file

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