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 2481e83 commit f585f90Copy full SHA for f585f90
routers/web/repo/actions/view.go
@@ -472,7 +472,6 @@ func Rerun(ctx *context_module.Context) {
472
473
for _, j := range rerunJobs {
474
// jobs other than the specified one should be set to "blocked" status
475
- // TODO respect blockRunByConcurrency here?
476
shouldBlock := j.JobID != job.JobID || blockRunByConcurrency
477
if err := rerunJob(ctx, j, shouldBlock); err != nil {
478
ctx.ServerError("RerunJob", err)
0 commit comments