From 8100f63457bfe04b985ca1f4ccd1257209437b64 Mon Sep 17 00:00:00 2001 From: NorthRealm <155140859+NorthRealm@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:21:57 +0800 Subject: [PATCH] silly --- services/mailer/mail_workflow_run.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/mailer/mail_workflow_run.go b/services/mailer/mail_workflow_run.go index 1267a380d2..a7a2285ba7 100644 --- a/services/mailer/mail_workflow_run.go +++ b/services/mailer/mail_workflow_run.go @@ -52,6 +52,7 @@ func sendActionsWorkflowRunStatusEmail(ctx context.Context, repo *repo_model.Rep jobs, err := actions_model.GetRunJobsByRunID(ctx, run.ID) if err != nil { log.Error("GetRunJobsByRunID: %v", err) + return } else { sort.SliceStable(jobs, func(i, j int) bool { si := jobs[i].Status