Remove `--appcast` argument. (#144193)

This commit is contained in:
Markus Reiter 2023-03-30 16:48:38 +02:00 committed by GitHub
parent eeb2a5aecf
commit ee62b3c4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -122,13 +122,6 @@ module CiMatrix
audit_exceptions = []
# TODO: Replace with `except`.
audit_args << if labels.include?("ci-skip-appcast")
"--no-appcast"
else
"--appcast"
end
if labels.include?("ci-skip-livecheck")
audit_exceptions << ["hosting_with_livecheck", "livecheck_version", "livecheck_min_os"]
end