• Alexis Reigel's avatar
    don't filter group runners by project flag · d588adff
    Alexis Reigel authored
    the scope `Ci::Runner.belonging_to_group` does not filter out the
    runners where the projects has `#group_runners_enabled` set to false
    anymore.
    
    it didn't show up in the runners UI anymore when group runners were
    disabled. this was confusing.
    
    the flag is only relevant when selecting appropriate runner for a build.
    d588adff
runner.rb 6.73 KB