We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74812be commit f2a812aCopy full SHA for f2a812a
routers/web/repo/actions/view.go
@@ -503,7 +503,7 @@ func Rerun(ctx *context_module.Context) {
503
504
func rerunJob(ctx *context_module.Context, job *actions_model.ActionRunJob, shouldBlock bool) error {
505
status := job.Status
506
- if !status.IsDone() || !job.Run.Status.IsDone() {
+ if !status.IsDone() {
507
return nil
508
}
509
0 commit comments