Merge Request Shows CI Status Spinner even though "builds" are disabled
We haven't ever used Gitlab CI in any of our Gitlab instances, yet all of a sudden after our upgrade to 8.7, some Merge Requests are showing "Checking CI Status for ..." with the spinner icon.
Double checking the settings for the project I see that the "Builds" option is unchecked. Looking at the database I also see that "builds_enabled" is set to false.
Supposedly this is also generating email notices that the .yml is missing to perform the build.
Any way we can forcefully disable CI for particular merge requests and projects? Why would it still be checking CI even though we don't use it?