mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-05 03:41:06 +01:00
Fix workflow run event status while rerunning a failed job (#35689)
The event reported a completion status instead of requested, therefore sent an email
This commit is contained in:
@@ -432,6 +432,7 @@ func Rerun(ctx *context_module.Context) {
|
||||
run.PreviousDuration = run.Duration()
|
||||
run.Started = 0
|
||||
run.Stopped = 0
|
||||
run.Status = actions_model.StatusWaiting
|
||||
|
||||
vars, err := actions_model.GetVariablesOfRun(ctx, run)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user