Update web-deploy.yml
This commit is contained in:
parent
2006b1a1cb
commit
0c0a510aca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-deploy.yml
vendored
2
.github/workflows/web-deploy.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
deploy:
|
||||
environment: dev
|
||||
needs: build
|
||||
if: always() && needs.build.result == 'success' && ${{ needs.determine-workflow.outputs.workflow_type }} == 'release'
|
||||
if: needs.build.result == 'success' && ${{ needs.determine-workflow.outputs.workflow_type }} == 'release'
|
||||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue