You've already forked ansible-role-auth-duo
[SKIP CI] Update cron to notify on pipeline status
All checks were successful
ci/woodpecker/cron/cron Pipeline was successful
All checks were successful
ci/woodpecker/cron/cron Pipeline was successful
This commit is contained in:
@@ -45,8 +45,7 @@ steps:
|
|||||||
message: >
|
message: >
|
||||||
Test failed run by cron for ${CI_REPO_NAME}.
|
Test failed run by cron for ${CI_REPO_NAME}.
|
||||||
when:
|
when:
|
||||||
- event: [ cron ]
|
evaluate: 'CI_PIPELINE_EVENT == "cron" && CI_PIPELINE_STATUS == "failure"'
|
||||||
- status: [ failure ]
|
|
||||||
ntfy-success:
|
ntfy-success:
|
||||||
image: codeberg.org/l-x/woodpecker-ntfy
|
image: codeberg.org/l-x/woodpecker-ntfy
|
||||||
settings:
|
settings:
|
||||||
@@ -58,5 +57,4 @@ steps:
|
|||||||
message: >
|
message: >
|
||||||
Test success when run by cron for ${CI_REPO_NAME}.
|
Test success when run by cron for ${CI_REPO_NAME}.
|
||||||
when:
|
when:
|
||||||
- event: [ cron ]
|
evaluate: 'CI_PIPELINE_EVENT == "cron" && CI_PIPELINE_STATUS == "success"'
|
||||||
- status: [ success ]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user