mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-03 22:00:00 +02:00
...
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user