From b447f5310c367363331078ac6f37ab66fe4cfa50 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 29 Jun 2025 06:43:08 +0300 Subject: [PATCH] Fix alerts step --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8984a4a..a0ba3b7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -36,4 +36,4 @@ steps: commands: - apk add --no-cache git curl bash - pip install pyyaml requests - - python3 automation/alerts/external_alert_checker.py \ No newline at end of file + # - python3 automation/alerts/external_alert_checker.py \ No newline at end of file