Commit cf4af500 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'add-missing-scope-for-composite-status' into 'master'

Add missing scope for `ci_composite_status`

See merge request gitlab-org/gitlab!30373
parents be07e235 b440349a
......@@ -440,7 +440,7 @@ module Ci
end
def legacy_stages
if Feature.enabled?(:ci_composite_status, default_enabled: false)
if Feature.enabled?(:ci_composite_status, project, default_enabled: false)
legacy_stages_using_composite_status
else
legacy_stages_using_sql
......
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