From dd6daaa8e62a89d2b3ad74236b7a86e4fcc935e9 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Thu, 27 Mar 2025 02:09:47 +0800 Subject: [PATCH] Update .yml files --- .woodpecker/.build.yml | 8 +++++--- .woodpecker/.deploy.yml | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 9ac87b6..7c130b2 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -35,7 +35,7 @@ steps: evaluate: 'commit.branch == "master"' recipients: - from_secret: SMTP_SELFHOSTED_EMAIL_TO_1 - level: success + level: info recipients_only: false content: subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }}" @@ -46,5 +46,7 @@ steps: attachments: - log/* when: - status: - - success + - branch: master + - status: + - success + - failure diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index 69ed4b0..e6c734e 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -37,5 +37,7 @@ steps: attachments: - log/* when: - status: - - success + - branch: master + - status: + - success + - failure