Skip to content

Commit 0236230

Browse files
committed
update
1 parent 40e99e7 commit 0236230

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
@@ -249,7 +249,7 @@ func ViewPost(ctx *context_module.Context) {
249249
ID: v.ID,
250250
Name: v.Name,
251251
Status: v.Status.String(),
252-
CanRerun: resp.State.Run.CanRerun && !v.Status.IsSkipped(),
252+
CanRerun: resp.State.Run.CanRerun,
253253
Duration: v.Duration().String(),
254254
})
255255
}

0 commit comments

Comments
 (0)