We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0737b1 commit 8100f63Copy full SHA for 8100f63
services/mailer/mail_workflow_run.go
@@ -52,6 +52,7 @@ func sendActionsWorkflowRunStatusEmail(ctx context.Context, repo *repo_model.Rep
52
jobs, err := actions_model.GetRunJobsByRunID(ctx, run.ID)
53
if err != nil {
54
log.Error("GetRunJobsByRunID: %v", err)
55
+ return
56
} else {
57
sort.SliceStable(jobs, func(i, j int) bool {
58
si := jobs[i].Status
0 commit comments