Skip to content

Commit

Permalink
oops, missed this
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Dec 8, 2023
1 parent 39d62b6 commit 2c4593e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/events/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ func (ce *CheckEvent) createRunner(span trace.Span, grpCtx context.Context, app
telemetry.SetError(span, err, desc)
result := pkg.CheckResult{State: pkg.StateError, Summary: desc, Details: fmt.Sprintf(errorCommentFormat, desc, err)}
ce.vcsNote.AddToAppMessage(grpCtx, app, result)
return
}

ce.vcsNote.AddToAppMessage(grpCtx, app, cr)
Expand Down

0 comments on commit 2c4593e

Please sign in to comment.