mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Ignore com.apple.Preview in CI. (#129758)
This commit is contained in:
+2
-1
@@ -2,8 +2,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "forwardable"
|
||||
|
||||
APPLE_LAUNCHJOBS_REGEX =
|
||||
/\A(?:application\.)?com\.apple\.(installer|Safari|systemevents|systempreferences)(?:\.|$)/.freeze
|
||||
/\A(?:application\.)?com\.apple\.(installer|Preview|Safari|systemevents|systempreferences)(?:\.|$)/.freeze
|
||||
|
||||
module Check
|
||||
CHECKS = {
|
||||
|
||||
Reference in New Issue
Block a user