Commit 9289e85a authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'enable-ff-ci-lint-dry-run' into 'master'

Enable FF about CI Lint dry run mode

See merge request gitlab-org/gitlab!39350
parents 88b6c833 09cda9ab
......@@ -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