Update .github/workflows/web-deploy-prod.yml
Some checks failed
Web Deployment Container / determine-workflow (push) Successful in 2s
Web Deployment Container / nonprod-deploy (push) Failing after 0s
Web Deployment Container / prod-deploy (push) Has been skipped

This commit is contained in:
John Parkhurst 2026-03-26 19:54:00 +00:00
parent f40c5f0277
commit b357250af8

View file

@ -50,7 +50,7 @@ jobs:
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: 'nas'
permissions: permissions:
contents: read contents: read
packages: write packages: write