ci: do not send CI messages to slack
Reduce noise from shippable on slack, nobody really looks at those messages. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
08d900df4b
commit
dabc99243d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ integrations:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: always
|
on_failure: never
|
||||||
- integrationName: email
|
- integrationName: email
|
||||||
type: email
|
type: email
|
||||||
recipients:
|
recipients:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue