We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3f403 commit c4372bdCopy full SHA for c4372bd
.github/workflows/voiceover-test.yml
@@ -160,8 +160,8 @@ jobs:
160
# Ensure that VoiceOver doesn't automatically read through intrusive system
161
# notifications (such as "Background/Login Item Added" notifications)
162
# 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
+ # - name: Disable MacOS Notifications
+ # run: launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
165
166
- name: Log job state RUNNING
167
if: inputs.status_url
0 commit comments