From b5af3f16d9d1fe6dea1f8b2be33109ad4cf23945 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Fri, 21 Jan 2022 07:43:23 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index ae9cdb9..cccea64 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,11 +108,10 @@ steps: host: selfprivacy.org username: test@selfprivacy.org password: 228337 - recipients: - - mail@ilchub.net - recipients_only: true subject: Daily build results body: > [{{ build.status }}] {{ repo.owner }}/{{ repo.name }} - ({{ build.branch }} - {{ truncate build.commit 8 }}) \ No newline at end of file + ({{ build.branch }} - {{ truncate build.commit 8 }}) + when: + status: [changed, failure] \ No newline at end of file