Update web-deploy-nonprod.yml
This commit is contained in:
parent
6fd6765173
commit
e3633c8155
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
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
fi
|
||||
build:
|
||||
needs: check-inputs
|
||||
if: inputs.workflow_type != 'release'
|
||||
if: needs.check-inputs.result == 'success' && inputs.workflow_type != 'release'
|
||||
environment: ${{ inputs.environments }}
|
||||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue