Merge branch 'main' into renovate/node-25.x
Some checks failed
Web Deployment Container / determine-workflow (pull_request) Successful in 2s
Web Deployment Container / nonprod-deploy (pull_request) Failing after 46s
Web Deployment Container / prod-deploy (pull_request) Has been skipped

This commit is contained in:
John Parkhurst 2026-03-26 21:50:57 +00:00
commit 78e0ee929f
3 changed files with 173 additions and 173 deletions

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 }}

View file

@ -28,7 +28,7 @@ on:
TEAMCITY_PASSWORD: {} TEAMCITY_PASSWORD: {}
jobs: jobs:
check-inputs: check-inputs:
runs-on: 'ubuntu-latest' runs-on: 'nas'
environment: ${{ inputs.environments }} environment: ${{ inputs.environments }}
steps: steps:
- name: Check secrets present - name: Check secrets present

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