Update .github/workflows/web-deploy-nonprod.yml
This commit is contained in:
parent
b357250af8
commit
caa2c4c33f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-deploy-nonprod.yml
vendored
2
.github/workflows/web-deploy-nonprod.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue