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

This commit is contained in:
John Parkhurst 2026-03-26 23:38:24 +00:00
parent b357250af8
commit caa2c4c33f

View file

@ -50,7 +50,7 @@ jobs:
needs: check-inputs
if: needs.check-inputs.result == 'success' && inputs.workflow_type != 'release'
environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest'
runs-on: 'nas'
permissions:
contents: read
packages: write