Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

[Bug] expected - waiting for status to be reported #54

Open markbrassingtonct opened 2 years ago

markbrassingtonct commented 2 years ago

created a basic work flow:

on: pull_request: branches: [ main ] ... uses: Azure/pipelines@v1.2 ...

with this branch protection policy:

image

and it all seems to run ok (pipeline is successful), but never completes...

image

did we miss something?