lemmy-translations/.woodpecker.yml
2024-03-27 09:42:26 -04:00

9 lines
242 B
YAML

steps:
notify_on_failure:
image: alpine:3
commands:
- apk add curl
- "curl -d'lemmy-translations CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
when:
- event: pull_request
status: failure