mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-27 03:15:28 +01:00
...
This commit is contained in:
parent
500a9bf852
commit
5beb9ae0db
@ -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)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user