Merge Request from Fork to Parent should trigger GitLab CI build
Created by: ekristen
Merge requests within a project's branches trigger's a CI build, but a merge request from a project's fork back to the parent project does not.
Typical workflow is that developers on a project will fork a project, hack, commit, and then do a merge/pull request back to the parent project.
Merge requests from a fork to a parent should trigger a gitlab ci build.
Thanks.