I have a repo setup where before a merge can occur into a branch it requires:
a Code Review
a Successful build of a pull request.
If I push a feature branch to my repo and create a PR that works fine, but IF the contributor fork the project and then created a PR the PR never triggers a build.