send notification if status changed
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
8fcda0442e
commit
0d560f3441
2 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ pipeline:
|
|||
webhook_token: ${WEBHOOK_TOKEN}
|
||||
when:
|
||||
event: [ push, tag, pull_request ]
|
||||
status: [ failure ]
|
||||
status: [ changed, failure ]
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue