Skip to content

Commit c4372bd

Browse files
committed
temporarily disable notification config
1 parent 1b3f403 commit c4372bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/voiceover-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ jobs:
160160
# Ensure that VoiceOver doesn't automatically read through intrusive system
161161
# notifications (such as "Background/Login Item Added" notifications)
162162
# https://becomethesolution.com/mac/disable-mac-notification-center-permanently-terminal-command
163-
- name: Disable MacOS Notifications
164-
run: launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
163+
# - name: Disable MacOS Notifications
164+
# run: launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
165165

166166
- name: Log job state RUNNING
167167
if: inputs.status_url

0 commit comments

Comments
 (0)