diff --git a/.github/workflows/infra-develop.yml b/.github/workflows/infra-develop.yml index 03f7e00054..659ee62c57 100644 --- a/.github/workflows/infra-develop.yml +++ b/.github/workflows/infra-develop.yml @@ -5,17 +5,6 @@ on: - develop jobs: - trigger-old-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.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 @@ -27,4 +16,3 @@ jobs: 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_DEV }} azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }} - diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index 7f4935c8cf..91c7a95be0 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -6,16 +6,6 @@ on: workflow_dispatch: jobs: - old-build: - 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.AZURE_ORGANIZATION_NAME }}/${{ secrets.AZURE_PROJECT_NAME }} - azure-pipeline-name: ${{ secrets.AZURE_PIPELINE_NAME }} - azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }} build: name: Call Azure Pipeline runs-on: ubuntu-latest