From 52fc0bd53c84dddd43a523f3a72c72073176ac28 Mon Sep 17 00:00:00 2001 From: Razvan Azamfirei Date: Fri, 5 May 2023 12:45:15 -0400 Subject: [PATCH] ci-skip-livecheck: fix typo (#146570) fix typo --- cmd/lib/ci_matrix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/lib/ci_matrix.rb b/cmd/lib/ci_matrix.rb index 9a1dce9687..00074e879c 100644 --- a/cmd/lib/ci_matrix.rb +++ b/cmd/lib/ci_matrix.rb @@ -136,8 +136,8 @@ module CiMatrix audit_exceptions = [] if labels.include?("ci-skip-livecheck") - audit_exceptions << %w[hosting_with_livecheck livecheck_version - livecheck_min_os audit_https_availability] + audit_exceptions << %w[hosting_with_livecheck https_availability + livecheck_min_os livecheck_version] end audit_exceptions << "livecheck_min_os" if labels.include?("ci-skip-livecheck-min-os")