Merge branch 'main' into bugfix/code-change4john
This commit is contained in:
commit
94ed8ad7dd
2 changed files with 2 additions and 0 deletions
1
.github/workflows/web-deploy-nonprod.yml
vendored
1
.github/workflows/web-deploy-nonprod.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'
|
||||
|
|
|
|||
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