ci-skip-livecheck: fix typo (#146570)

fix typo
This commit is contained in:
Razvan Azamfirei
2023-05-05 09:45:15 -07:00
committed by GitHub
parent 2c742e4269
commit 52fc0bd53c
+2 -2
View File
@@ -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")