Fix when condition
This commit is contained in:
parent
38f4ce02d2
commit
fc502f6f3c
@ -1,8 +1,7 @@
|
|||||||
steps:
|
steps:
|
||||||
sync-cloudflare:
|
sync-cloudflare:
|
||||||
when:
|
when:
|
||||||
- branch: [master]
|
branch: [master]
|
||||||
- event: [push]
|
|
||||||
name: Scan Apps and Update Cloudflared
|
name: Scan Apps and Update Cloudflared
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
@ -18,8 +17,7 @@ steps:
|
|||||||
|
|
||||||
sync-prometheus-scrapes:
|
sync-prometheus-scrapes:
|
||||||
when:
|
when:
|
||||||
- branch: [master]
|
branch: [master]
|
||||||
- event: [push]
|
|
||||||
name: Update Prometheus Additional Scrapes
|
name: Update Prometheus Additional Scrapes
|
||||||
image: python:3.11-alpine
|
image: python:3.11-alpine
|
||||||
commands:
|
commands:
|
||||||
@ -32,8 +30,7 @@ steps:
|
|||||||
|
|
||||||
external-url-alerts:
|
external-url-alerts:
|
||||||
when:
|
when:
|
||||||
- branch: [master]
|
branch: [master]
|
||||||
- event: [push]
|
|
||||||
name: External Alert Checks (Pushover)
|
name: External Alert Checks (Pushover)
|
||||||
image: python:3.11-alpine
|
image: python:3.11-alpine
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user