Commit c9a519bb authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'mc/backstage/remove-beta-check-project-subs' into 'master'

Remove beta check for project subscriptions

See merge request gitlab-org/gitlab!44601
parents 4872f889 14d1ab3b
...@@ -181,7 +181,7 @@ module EE ...@@ -181,7 +181,7 @@ module EE
end end
def project_has_subscriptions? def project_has_subscriptions?
project.beta_feature_available?(:ci_project_subscriptions) && project.feature_available?(:ci_project_subscriptions) &&
project.downstream_projects.any? project.downstream_projects.any?
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