From fc502f6f3c8cdb964676a00309359d0ca43aafc4 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 30 Jun 2025 04:09:21 +0300 Subject: [PATCH] Fix when condition --- .woodpecker.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2577c88..5390fe9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,7 @@ steps: sync-cloudflare: when: - - branch: [master] - - event: [push] + branch: [master] name: Scan Apps and Update Cloudflared image: alpine commands: @@ -18,8 +17,7 @@ steps: sync-prometheus-scrapes: when: - - branch: [master] - - event: [push] + branch: [master] name: Update Prometheus Additional Scrapes image: python:3.11-alpine commands: @@ -32,8 +30,7 @@ steps: external-url-alerts: when: - - branch: [master] - - event: [push] + branch: [master] name: External Alert Checks (Pushover) image: python:3.11-alpine commands: