mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 08:04:54 +02:00
...
This commit is contained in:
parent
500a9bf852
commit
5beb9ae0db
@ -621,7 +621,7 @@ func Approve(ctx *context_module.Context) {
|
|||||||
job := updatedjobs[0]
|
job := updatedjobs[0]
|
||||||
// Sync run status with db
|
// Sync run status with db
|
||||||
job.Run = nil
|
job.Run = nil
|
||||||
job.LoadAttributes(ctx)
|
_ = job.LoadAttributes(ctx)
|
||||||
notify_service.WorkflowRunStatusUpdate(ctx, job.Run.Repo, job.Run.TriggerUser, job.Run)
|
notify_service.WorkflowRunStatusUpdate(ctx, job.Run.Repo, job.Run.TriggerUser, job.Run)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user