ci: notify on success or failures
This commit is contained in:
parent
62b7a50acb
commit
a164d46508
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ local Pipeline(isDev) = {
|
|||
username: { from_secret: "matrix_username" },
|
||||
password: { from_secret: "matrix_password" },
|
||||
},
|
||||
trigger: { status: [ "failure", "success", ] },
|
||||
},
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue