diff --git a/cmd/lib/ci_matrix.rb b/cmd/lib/ci_matrix.rb index 8c2f174d8c..6fde33e7b4 100644 --- a/cmd/lib/ci_matrix.rb +++ b/cmd/lib/ci_matrix.rb @@ -113,7 +113,10 @@ module CiMatrix audit_args << "--new-cask" if changed_files[:added_files].include?(path) audit_exceptions = [] - audit_exceptions << "repository" if labels.include?("ci-skip-repository") + if labels.include?("ci-skip-repository") + audit_exceptions << ["github_repository", "gitlab_repository", + "bitbucket_repository"] + end # TODO: Replace with `except`. audit_args << if labels.include?("ci-skip-appcast")