....
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/z.ntfy Pipeline was successful

This commit is contained in:
2023-10-18 12:36:37 +13:00
parent 02e4f15a2c
commit f95d3c232d

View File

@@ -31,7 +31,7 @@ steps:
image: codeberg.org/l-x/woodpecker-ntfy image: codeberg.org/l-x/woodpecker-ntfy
settings: settings:
url: https://ntfy.cybercinch.nz/ci-status 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 priority: urgent
icon: https://woodpecker-ci.org/img/logo.svg icon: https://woodpecker-ci.org/img/logo.svg
tags: robot,white_check_mark,${CI_BUILD_EVENT},${CI_REPO_NAME} 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}: 📝 Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}:
${CI_COMMIT_MESSAGE} ${CI_COMMIT_MESSAGE}
when: when:
event: [ push, manual ]
status: [ failure ] status: [ failure ]