Skip to content

Add workflow to trigger the AzDO GitHub PR pipeline#42

Open
cfuentes-ni wants to merge 1 commit intoni:mainfrom
cfuentes-ni:dev/cfuentes/trigger-pipeline
Open

Add workflow to trigger the AzDO GitHub PR pipeline#42
cfuentes-ni wants to merge 1 commit intoni:mainfrom
cfuentes-ni:dev/cfuentes/trigger-pipeline

Conversation

@cfuentes-ni
Copy link
Collaborator

Add a workflow that triggers the AzDO pipeline that builds all targets and performs sanity tests for GitHub PRs to ensure breaking changes don't get submitted

The workflow gets triggered either manually, or when a PR is created (using the PR ref and repo). The ni-dev environment allows a reviewer to approve the workflow before executing (and triggering the pipeline).

@gratian gratian requested a review from bstreiff March 20, 2026 15:08
- name: Set variables for manual run
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
echo "BUILD_REF=${{ github.ref_name }}" >> $GITHUB_ENV
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor style nitpick: there's an extra space in ${{ github here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants