From 7812da49fe5f15b4f8c4765060667afb21c84016 Mon Sep 17 00:00:00 2001 From: christag-ni <122389095+christag-ni@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:27:31 -0500 Subject: [PATCH] bumped Azure/pipelines to v1.2 for new steps (#1016) --- .github/workflows/trigger_azdo_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger_azdo_ci.yml b/.github/workflows/trigger_azdo_ci.yml index 49c82c33f..8ea2f4e2b 100644 --- a/.github/workflows/trigger_azdo_ci.yml +++ b/.github/workflows/trigger_azdo_ci.yml @@ -48,7 +48,7 @@ jobs: azure-devops-token: ${{ secrets.AZDO_PIPELINE_TRIGGERS }} - name: Trigger New Main CI - uses: Azure/pipelines@v1 + uses: Azure/pipelines@v1.2 if: ${{ github.repository == 'ni/grpc-device' && github.event.workflow_run.head_branch == 'main' }} with: azure-devops-project-url: 'https://dev.azure.com/ni/DevCentral' @@ -57,7 +57,7 @@ jobs: azure-pipeline-variables: '{"BRANCH": "main", "EXPORT_NAME": "ni-grpc-device", "PHASE": "d"}' - name: Trigger New Release CI - uses: Azure/pipelines@v1 + uses: Azure/pipelines@v1.2 if: ${{ github.repository == 'ni/grpc-device' && startsWith(github.event.workflow_run.head_branch, 'releases') }} with: azure-devops-project-url: 'https://dev.azure.com/ni/DevCentral'