Files
ansible-role-auth-duo/.woodpecker/z.cron-ntfy.yml

19 lines
498 B
YAML
Raw Normal View History

2024-01-30 13:50:27 +13:00
labels:
2024-01-30 13:52:03 +13:00
location: local
2023-10-16 20:29:16 +13:00
skip_clone: true
steps:
ntfy-success:
image: codeberg.org/l-x/woodpecker-ntfy
settings:
url: https://ntfy.cybercinch.nz/ci-status
2023-10-16 21:00:12 +13:00
title: Build succeeded on ${CI_REPO_NAME}
2023-10-16 20:29:16 +13:00
priority: urgent
icon: https://woodpecker-ci.org/img/logo.svg
2023-10-16 21:00:12 +13:00
tags: robot,white_check_mark,${CI_BUILD_EVENT},${CI_REPO_NAME}
2023-10-16 20:29:16 +13:00
message: >
Test success when run by cron for ${CI_REPO_NAME}.
depends_on:
- "cron"
2023-10-16 20:48:27 +13:00
runs_on: [ success ]