This commit is contained in:
Gordon Byers 2022-11-10 14:06:40 +00:00 коммит произвёл GitHub
Родитель 0c15754436
Коммит cfbc7e4655
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 0 удалений

11
.github/workflows/OSSCI.yml поставляемый
Просмотреть файл

@ -9,6 +9,16 @@ on:
required: true
default: "csu"
type: environment
ingressController:
description: "Which ingress controller to deploy"
type: choice
options:
- All
- Nginx
- Contour
- Traefik
required: true
default: Traefik
#Run when PR's are made to main, where the changes are in the bicep directory or this workflow file itself
pull_request:
@ -53,6 +63,7 @@ jobs:
ContourDeploy:
uses: ./.github/workflows/AKSC_Deploy.yml
needs: [ReusableWF]
if: github.event_name == 'workflow_dispatch' && (github.event.inputs.ingressController == 'Contour' || github.event.inputs.ingressController == 'All') || github.event_name != 'workflow_dispatch'
with:
environment: ${{ needs.ReusableWF.outputs.ENVIRONMENT }}
templateVersion: "0.9.3-preview3"