mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 17:11:34 +08:00
Update .yml files
This commit is contained in:
parent
d841f3f3d4
commit
dd6daaa8e6
2 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -37,5 +37,7 @@ steps:
|
|||
attachments:
|
||||
- log/*
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
- branch: master
|
||||
- status:
|
||||
- success
|
||||
- failure
|
||||
|
|
Loading…
Add table
Reference in a new issue