diff --git a/cmd/lib/ci_matrix.rb b/cmd/lib/ci_matrix.rb index 841bf301b9..a1ccb61066 100644 --- a/cmd/lib/ci_matrix.rb +++ b/cmd/lib/ci_matrix.rb @@ -144,9 +144,7 @@ module CiMatrix audit_exceptions = [] - if labels.include?("ci-skip-homepage") - audit_exceptions << %w[homepage_https_availability] - end + audit_exceptions << %w[homepage_https_availability] if labels.include?("ci-skip-homepage") if labels.include?("ci-skip-livecheck") audit_exceptions << %w[hosting_with_livecheck livecheck_https_availability