After creating a Github PR, why circle runs under my fork, not the upstream repo?

Hi,

I created some Github PRs for project envoyproxy/envoy. I found one difference between my PRs and other people’s PRs is that, circleci tests my PRs under my envoy fork(example), whereas other people’s PRs are tested under the envoy’s official repo(example). Also, tests for my PRs use less resources and is consistently failing as a result.

Does anyone know what’s going on? How can I change my PRs to run under envoy’s official repo?

Thanks,
Bin

Hello,

If you unfollow your fork, and the parent has build forked PRs on, the jobs will run under the parent instead of under your account.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.