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