From 9e7c5d39469c84e23f2ffb926afa79dc1783d775 Mon Sep 17 00:00:00 2001 From: Christian Aguilar Date: Tue, 3 Oct 2023 14:48:10 -0500 Subject: [PATCH] introduced new step to trigger new pipeline, should eventually replace all other steps --- .github/workflows/trigger_azdo_ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/trigger_azdo_ci.yml b/.github/workflows/trigger_azdo_ci.yml index 233694a83..85c73871e 100644 --- a/.github/workflows/trigger_azdo_ci.yml +++ b/.github/workflows/trigger_azdo_ci.yml @@ -46,3 +46,11 @@ jobs: azure-devops-project-url: 'https://dev.azure.com/ni/DevCentral' azure-pipeline-name: 'ni-central-grpc_device-release-linux-rt' azure-devops-token: ${{ secrets.AZDO_PIPELINE_TRIGGERS }} + + - name: Trigger CI + uses: Azure/pipelines@v1 + if: ${{ github.repository == 'ni/grpc-device'}} + with: + azure-devops-project-url: 'https://dev.azure.com/ni/DevCentral' + azure-pipeline-name: 'ni-central-grpc_device' + azure-devops-token: ${{ secrets.AZDO_PIPELINE_TRIGGERS }}