From d2266ef1e0ca87151a6e29127d0c59a32289f19e Mon Sep 17 00:00:00 2001 From: Zaine Arch Date: Wed, 6 May 2026 22:37:29 +0100 Subject: [PATCH] update the script --- gitea-build-monitor.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitea-build-monitor.ps1 b/gitea-build-monitor.ps1 index 4f095ae..db16c0b 100644 --- a/gitea-build-monitor.ps1 +++ b/gitea-build-monitor.ps1 @@ -71,7 +71,8 @@ $Config = @{ ) # When true, successful but slow/warned jobs are reported too. - NotifyWarningsAndSlow = $true + # Keep this false if Discord should only receive notifications for failed/cancelled/timed-out jobs. + NotifyWarningsAndSlow = $false } function Write-Log {