Skip to content

Commit f2a812a

Browse files
committed
Fix merge mistake
1 parent 74812be commit f2a812a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/actions/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ func Rerun(ctx *context_module.Context) {
503503

504504
func rerunJob(ctx *context_module.Context, job *actions_model.ActionRunJob, shouldBlock bool) error {
505505
status := job.Status
506-
if !status.IsDone() || !job.Run.Status.IsDone() {
506+
if !status.IsDone() {
507507
return nil
508508
}
509509

0 commit comments

Comments
 (0)