[SKIP CI] Try again notification on workflow
All checks were successful
ci/woodpecker/cron/cron Pipeline was successful
ci/woodpecker/cron/cron-ntfy Pipeline was successful

This commit is contained in:
2023-10-16 20:36:14 +13:00
parent f90f69b0e5
commit 0742b5e03d

View File

@@ -11,8 +11,6 @@ steps:
tags: robot,${CI_BUILD_EVENT},${CI_REPO_NAME}
message: >
Test success when run by cron for ${CI_REPO_NAME}.
when:
evaluate: 'CI_PIPELINE_EVENT == "cron" && CI_PIPELINE_STATUS == "success"'
depends_on:
- "cron"
runs_on: [ success ]