Commit be30259f authored by Sean McGivern's avatar Sean McGivern

Merge branch 'revert-47317' into 'master'

Revert "Default-on parallel push checks"

See merge request gitlab-org/gitlab!47764
parents 08971e33 4b5f4b28
......@@ -5,4 +5,4 @@ rollout_issue_url:
milestone: '13.6'
type: ops
group: group::source_code
default_enabled: true
default_enabled: false
......@@ -7,7 +7,7 @@ module EE
def validate!
return unless push_rule
if ::Feature.enabled?(:parallel_push_checks, project, type: :ops, default_enabled: true)
if ::Feature.enabled?(:parallel_push_checks, project, type: :ops)
run_checks_in_parallel!
else
run_checks_in_sequence!
......
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