Commit 28f895e4 authored by Shinya Maeda's avatar Shinya Maeda

Enable ci_enable_scheduled_build feature flag by default

parent d3b9e4ef
......@@ -259,7 +259,7 @@ module Ci
end
def schedulable?
Feature.enabled?('ci_enable_scheduled_build') &&
Feature.enabled?('ci_enable_scheduled_build', default_enabled: true) &&
self.when == 'delayed' && options[:start_in].present?
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