Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-06 03:09:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-06 03:09:52 +0300
commit6742cc8951e36604da522b3c77c5b53e346312ae (patch)
tree43ee63238ddeddce8bac17e3273ba1869146673c /app/finders
parentfa138c9c2443f5e703ba017ff4104569871cc410 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/ci/runners_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/ci/runners_finder.rb b/app/finders/ci/runners_finder.rb
index 136d23939e2..bc1dcb3ad5f 100644
--- a/app/finders/ci/runners_finder.rb
+++ b/app/finders/ci/runners_finder.rb
@@ -37,7 +37,7 @@ module Ci
private
def search!
- if @project && Feature.enabled?(:on_demand_scans_runner_tags, @project)
+ if @project
project_runners
elsif @group
group_runners