mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
ci-skip-livecheck: skip https availability (#146560)
This commit is contained in:
@@ -136,7 +136,8 @@ module CiMatrix
|
||||
audit_exceptions = []
|
||||
|
||||
if labels.include?("ci-skip-livecheck")
|
||||
audit_exceptions << ["hosting_with_livecheck", "livecheck_version", "livecheck_min_os"]
|
||||
audit_exceptions << %w[hosting_with_livecheck livecheck_version
|
||||
livecheck_min_os audit_https_availability]
|
||||
end
|
||||
|
||||
audit_exceptions << "livecheck_min_os" if labels.include?("ci-skip-livecheck-min-os")
|
||||
|
||||
Reference in New Issue
Block a user