Update .github/workflows/web-container.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 19:53:30 +00:00
parent 739e1f5a2b
commit 46f5301285

View file

@ -18,7 +18,7 @@ on:
- '**' - '**'
jobs: jobs:
determine-workflow: determine-workflow:
runs-on: 'ubuntu-latest' runs-on: 'nas'
outputs: outputs:
workflow_type: ${{ steps.workflow.outputs.workflow_type }} workflow_type: ${{ steps.workflow.outputs.workflow_type }}
workflow_envs: ${{ steps.workflow.outputs.workflow_envs }} workflow_envs: ${{ steps.workflow.outputs.workflow_envs }}