Commit 09cda9ab authored by Fabio Pitino's avatar Fabio Pitino

Enable FF about CI Lint dry run mode

parent af4d722f
......@@ -77,7 +77,7 @@ module Gitlab
end
def self.lint_creates_pipeline_with_dry_run?(project)
::Feature.enabled?(:ci_lint_creates_pipeline_with_dry_run, project)
::Feature.enabled?(:ci_lint_creates_pipeline_with_dry_run, project, default_enabled: true)
end
def self.reset_ci_minutes_for_all_namespaces?
......
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