Fix when condition

This commit is contained in:
dvirlabs 2025-06-30 04:07:00 +03:00
parent f95a7075c7
commit 38f4ce02d2

View File

@ -1,7 +1,8 @@
steps:
sync-cloudflare:
when:
branch: [master]
- branch: [master]
- event: [push]
name: Scan Apps and Update Cloudflared
image: alpine
commands:
@ -17,7 +18,8 @@ steps:
sync-prometheus-scrapes:
when:
branch: [master]
- branch: [master]
- event: [push]
name: Update Prometheus Additional Scrapes
image: python:3.11-alpine
commands:
@ -30,7 +32,8 @@ steps:
external-url-alerts:
when:
branch: [master]
- branch: [master]
- event: [push]
name: External Alert Checks (Pushover)
image: python:3.11-alpine
commands: