Update .yml files

This commit is contained in:
Keannu Christian Bernasol 2025-03-27 02:09:47 +08:00
parent d841f3f3d4
commit dd6daaa8e6
2 changed files with 9 additions and 5 deletions

View file

@ -35,7 +35,7 @@ steps:
evaluate: 'commit.branch == "master"' evaluate: 'commit.branch == "master"'
recipients: recipients:
- from_secret: SMTP_SELFHOSTED_EMAIL_TO_1 - from_secret: SMTP_SELFHOSTED_EMAIL_TO_1
level: success level: info
recipients_only: false recipients_only: false
content: content:
subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }}" subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }}"
@ -46,5 +46,7 @@ steps:
attachments: attachments:
- log/* - log/*
when: when:
status: - branch: master
- success - status:
- success
- failure

View file

@ -37,5 +37,7 @@ steps:
attachments: attachments:
- log/* - log/*
when: when:
status: - branch: master
- success - status:
- success
- failure