Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/hooks/active_hook_filter.rb')
-rw-r--r--app/models/hooks/active_hook_filter.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/hooks/active_hook_filter.rb b/app/models/hooks/active_hook_filter.rb
index cdcfd3f3ff5..4599ebf8717 100644
--- a/app/models/hooks/active_hook_filter.rb
+++ b/app/models/hooks/active_hook_filter.rb
@@ -18,10 +18,6 @@ class ActiveHookFilter
branch_name = Gitlab::Git.branch_name(data[:ref])
- if Feature.disabled?(:enhanced_webhook_support_regex)
- return RefMatcher.new(@hook.push_events_branch_filter).matches?(branch_name)
- end
-
case @hook.branch_filter_strategy
when 'all_branches'
true