diff --git a/server/worker/worker.go b/server/worker/worker.go index c2bbae59a..f4b477c9f 100644 --- a/server/worker/worker.go +++ b/server/worker/worker.go @@ -134,7 +134,7 @@ func (w *worker) Execute(r *model.Request) { } // send all "started" notifications - if script.Notifications != nil { + if script.Notifications == nil { script.Notifications = ¬ify.Notification{} } script.Notifications.Send(r)