0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-20 23:28:28 +02:00
This commit is contained in:
Christopher Homberger 2025-03-22 00:25:08 +01:00
parent 500a9bf852
commit 5beb9ae0db

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)
}