Update web-deploy-prod.yml
This commit is contained in:
parent
12af49553b
commit
c719de930a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/web-deploy-prod.yml
vendored
1
.github/workflows/web-deploy-prod.yml
vendored
|
|
@ -52,6 +52,7 @@ jobs:
|
|||
echo "DOCKERHUB_TOKEN secret is set"
|
||||
fi
|
||||
build:
|
||||
needs: check-inputs
|
||||
if: inputs.workflow_type == 'release'
|
||||
environment: ${{ inputs.environments }}
|
||||
runs-on: 'ubuntu-latest'
|
||||
|
|
|
|||
Loading…
Reference in a new issue