diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-20 21:14:25 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-20 21:14:25 +0000 |
commit | 40a329556f63d919a68dd80bb37b087d1f0e6336 (patch) | |
tree | 86c2712bf48f66d0e7dbe7e115e5f01c78193ad0 /app/controllers/projects/pipelines_controller.rb | |
parent | 96b01499986c01d0c95176860a7606b7616a3836 (diff) | |
download | gitlab-ce-40a329556f63d919a68dd80bb37b087d1f0e6336.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects/pipelines_controller.rb')
-rw-r--r-- | app/controllers/projects/pipelines_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/pipelines_controller.rb b/app/controllers/projects/pipelines_controller.rb index 6fdd4906613..5b1a7f0bab7 100644 --- a/app/controllers/projects/pipelines_controller.rb +++ b/app/controllers/projects/pipelines_controller.rb @@ -339,6 +339,7 @@ class Projects::PipelinesController < Projects::ApplicationController return if helpers.has_gitlab_ci?(project) experiment(:runners_availability_section, namespace: project.root_ancestor) do |e| + e.control {} e.candidate {} end end |