Commit 67e4c347 authored by Kamil Trzciński's avatar Kamil Trzciński

Make `depend_on_persistent_pipeline_ref` to be enabled by default

parent d6a82345
...@@ -48,7 +48,7 @@ module Ci ...@@ -48,7 +48,7 @@ module Ci
private private
def enabled? def enabled?
Feature.enabled?(:depend_on_persistent_pipeline_ref, project) Feature.enabled?(:depend_on_persistent_pipeline_ref, project, default_enabled: true)
end end
end 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