GitLab CI gets enabled when pushing .gitlab-ci.yml
Created by: maxraab
Hello,
if I fork a repo that has GitLab CI enabled and the .gitlab-ci.yml in the repository, it auto enables CI for my fork. My fork did not have runners by default so every commit ends with a status "pending" becouse there is no runner that can do the build-process.
Is it possible to change the behaviour to not auto-enabling GitLab CI, if there was a .gitlab-ci.yml pushed to the repo?