When I open a PR the forked repo triggers a build CircleCI.
The problem is that the build triggered runs on my CircleCI project using the config file on the forked repo, which leads to errors on the builds, once the machine is configured differently and have different environment vars.
I noticed that if I disable my project then the builds triggered by the forked repo runs on their own CircleCI project.
Could somebody please help me on this? Maybe it is a setting that I am missing?