Skip to content

Commit 8100f63

Browse files
committed
silly
1 parent a0737b1 commit 8100f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/mailer/mail_workflow_run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func sendActionsWorkflowRunStatusEmail(ctx context.Context, repo *repo_model.Rep
5252
jobs, err := actions_model.GetRunJobsByRunID(ctx, run.ID)
5353
if err != nil {
5454
log.Error("GetRunJobsByRunID: %v", err)
55+
return
5556
} else {
5657
sort.SliceStable(jobs, func(i, j int) bool {
5758
si := jobs[i].Status

0 commit comments

Comments
 (0)