diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 582dfbb..c466003 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -31,7 +31,7 @@ steps: image: codeberg.org/l-x/woodpecker-ntfy settings: url: https://ntfy.cybercinch.nz/ci-status - title: "Lint ${CI_STEP_STATUS} for ${CI_REPO_NAME}" + title: "Lint failed for ${CI_REPO_NAME}" priority: urgent icon: https://woodpecker-ci.org/img/logo.svg tags: robot,white_check_mark,${CI_BUILD_EVENT},${CI_REPO_NAME} @@ -39,4 +39,5 @@ steps: 📝 Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}: ${CI_COMMIT_MESSAGE} when: + event: [ push, manual ] status: [ failure ]