diff --git a/src/notifier/AbstractWebhookNotifier.ts b/src/notifier/AbstractWebhookNotifier.ts index 9f08efe..96cfb9a 100644 --- a/src/notifier/AbstractWebhookNotifier.ts +++ b/src/notifier/AbstractWebhookNotifier.ts @@ -72,8 +72,7 @@ export abstract class AbstractWebhookNotifier { } } if(events.length === 0) { - // if still no events then notify on all - events.push({type: 'accept'}); + // if still no events then only notify on close since it has the most interesting statistics events.push({type: 'close'}); }