Pull Request - Integration Test - Pull Request

I want to run a job which will be tigger on pull request of different repo.

For example we have two repo one is actual code and other one integration testing repo. If someone create a pull request on actual code repo I want to run integration test on actual code repo before is allowed to merge in branch. how can I implement that in circleci.