Commit 4d61238e authored by Tiago Botelho's avatar Tiago Botelho

Checks if timeout reached when push rule checking commit

parent 8376791e
......@@ -90,6 +90,8 @@ module EE
logger.log_timed(LOG_MESSAGES[:push_rule_commits_check]) do
commits.each do |commit|
logger.check_timeout_reached
push_rule_commit_check(commit)
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