Commit 10678525 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix shared runners queue update

parent 491f1375
......@@ -6,6 +6,12 @@ module Ci
runner.tick_runner_queue
end
end
Ci::Runner.shared.each do |runner|
if runner.can_pick?(build)
runner.tick_runner_queue
end
end if build.project.shared_runners_enabled?
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment