ci: fix discord notification not sending on fail
This commit is contained in:
parent
bb44325c27
commit
5f85f68a96
1 changed files with 4 additions and 0 deletions
|
@ -66,3 +66,7 @@ steps:
|
|||
{{else}}
|
||||
Build {{build.number}} failed.
|
||||
{{/success}}
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
|
|
Reference in a new issue