Update web-deploy-prod.yml
This commit is contained in:
parent
dcae4956c8
commit
4e75470c95
1 changed files with 2 additions and 2 deletions
4
.github/workflows/web-deploy-prod.yml
vendored
4
.github/workflows/web-deploy-prod.yml
vendored
|
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
if: inputs.workflow_type == 'release'
|
||||
environment: ${{ input.environments }}
|
||||
environment: ${{ inputs.environments }}
|
||||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
# deploy:
|
||||
# needs: build
|
||||
# if: needs.build.result == 'success' && inputs.workflow_type == 'release'
|
||||
# environment: ${{ input.environments }}
|
||||
# environment: ${{ inputs.environments }}
|
||||
# runs-on: 'ubuntu-latest'
|
||||
# permissions:
|
||||
# contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue