How can I prevent CircleCI from triggering builds on PR to upstream repository?

Hi,

I’m working on helping an open source project migrate from Circle 1.0 to Circle 2.0, and I setup my own Circle CI on my forked repo.

github.com/upstream/repo.git
github.com/mygit/repo.git

When I test a PR on mygit/repo/branch -> upsream/repo/master, instead of the upstream’s CircleCI process, it runs my version of CircleCI (which had some missing environment variables and failed)

Is there a way to prefer the upstream configuration, since their CircleCI environment variables are the most up to date.

Thanks!

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