send notification if status changed

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-06-15 14:46:08 +08:00
parent 8fcda0442e
commit 0d560f3441
No known key found for this signature in database
GPG Key ID: 0F84B2110C500B1F
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:

File diff suppressed because one or more lines are too long