This commit is contained in:
Christopher Homberger
2025-03-22 00:25:08 +01:00
parent 500a9bf852
commit 5beb9ae0db
+1 -1
View File
@@ -621,7 +621,7 @@ func Approve(ctx *context_module.Context) {
job := updatedjobs[0]
// Sync run status with db
job.Run = nil
job.LoadAttributes(ctx)
_ = job.LoadAttributes(ctx)
notify_service.WorkflowRunStatusUpdate(ctx, job.Run.Repo, job.Run.TriggerUser, job.Run)
}