From 9b15f3e0f95ba1a0edd770a31da94475fba20d26 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 29 Jun 2025 06:53:53 +0300 Subject: [PATCH] Add generate_monitor_workflow.py to .woodpecker.yaml --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a0ba3b7..45351d0 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/generate_monitor_workflow.py \ No newline at end of file