Skip to content

Commit 727b804

Browse files
committed
fix
1 parent 40e267a commit 727b804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/mailer/mail_workflow_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func SendActionsWorkflowRunStatusEmail(ctx context.Context, sender *user_model.U
160160
}
161161
sendActionsWorkflowRunStatusEmail(ctx, repo, run, sender, recipients)
162162
return
163-
} else if notifyPref.Actions != user_model.EmailNotificationsDisabled {
163+
} else if notifyPref.Actions != user_model.NotificationGiteaActionsDisabled {
164164
recipients = append(recipients, sender)
165165
}
166166
}

0 commit comments

Comments
 (0)