Compare commits

...

2 commits

Author SHA1 Message Date
222de56d45 Update .github/workflows/web-deploy-prod.yml
All checks were successful
Web Deployment Container / determine-workflow (push) Successful in 2s
Web Deployment Container / nonprod-deploy (push) Successful in 48s
Web Deployment Container / prod-deploy (push) Has been skipped
2026-03-26 23:38:44 +00:00
caa2c4c33f 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
2026-03-26 23:38:24 +00:00
2 changed files with 2 additions and 2 deletions

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

View file

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