Skip to content

Commit

Permalink
introduced new step to trigger new pipeline, should eventually replac…
Browse files Browse the repository at this point in the history
…e all other steps
  • Loading branch information
christag-ni committed Oct 3, 2023
1 parent 7d4dbb1 commit 9e7c5d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/trigger_azdo_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 9e7c5d3

Please sign in to comment.