Commit 766da5fa authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix broken matrix_for_ref?

Signed-off-by: default avatarKamil Trzcinski <ayufan@ayufan.eu>
parent daca1c65
......@@ -189,7 +189,7 @@ module Ci
end
def matrix_for_ref?(ref)
builds_without_retry_for_ref(ref).size > 1
latest_builds_for_ref(ref).size > 1
end
def config_processor
......
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