From d3a7b8e89f8adca954bc0fa3787f2012c6680fda Mon Sep 17 00:00:00 2001 From: VWSCoronaDashboard25 Date: Thu, 17 Nov 2022 20:10:54 +0100 Subject: [PATCH] chore(github): Add new github workflow jobs for the new environment part of: COR-1167 --- .github/workflows/infra-develop.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/infra-develop.yml b/.github/workflows/infra-develop.yml index a0044340f7..cec482dba4 100644 --- a/.github/workflows/infra-develop.yml +++ b/.github/workflows/infra-develop.yml @@ -5,7 +5,7 @@ on: - develop jobs: - trigger-develop-build: + trigger-old-develop-build: environment: Development name: Call Azure Pipeline runs-on: ubuntu-latest @@ -16,3 +16,15 @@ jobs: azure-devops-project-url: https://dev.azure.com/${{ secrets.AZURE_ORGANIZATION_NAME }}/${{ secrets.AZURE_PROJECT_NAME }} azure-pipeline-name: ${{ secrets.AZURE_PIPELINE_NAME }} azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }} + trigger-develop-build: + environment: Development + name: Call Azure Pipeline + runs-on: ubuntu-latest + steps: + - name: Azure Pipelines Action + uses: Azure/pipelines@v1 + with: + azure-devops-project-url: https://dev.azure.com/${{ secrets.VWS_AZURE_ORGANIZATION_NAME }}/${{ secrets.VWS_AZURE_PROJECT_NAME }} + azure-pipeline-name: ${{ secrets.VWS_AZURE_PIPELINE_NAME }} + azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }} +