Skip to content

Commit

Permalink
bumped Azure/pipelines to v1.2 for new steps (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
christag-ni authored Oct 18, 2023
1 parent aa188e3 commit 7812da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger_azdo_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 7812da4

Please sign in to comment.