lemmy-translations/.woodpecker.yml

10 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