Files
ansible-role-auth-duo/.woodpecker/z.cron-ntfy.yml
Aaron Guise 4c90447571
Some checks failed
ci/woodpecker/cron/cron Pipeline was successful
ci/woodpecker/cron/z.failed-cron-ntfy unknown status
ci/woodpecker/cron/z.cron-ntfy Pipeline was successful
[SKIP CI] Update to white check mark
2023-10-16 21:00:12 +13:00

18 lines
473 B
YAML

skip_clone: true
steps:
ntfy-success:
image: codeberg.org/l-x/woodpecker-ntfy
settings:
url: https://ntfy.cybercinch.nz/ci-status
title: Build succeeded on ${CI_REPO_NAME}
priority: urgent
icon: https://woodpecker-ci.org/img/logo.svg
tags: robot,white_check_mark,${CI_BUILD_EVENT},${CI_REPO_NAME}
message: >
Test success when run by cron for ${CI_REPO_NAME}.
depends_on:
- "cron"
runs_on: [ success ]