diff --git a/routers/common/actions.go b/routers/common/actions.go index 8e5f80565c..2d03dace1d 100644 --- a/routers/common/actions.go +++ b/routers/common/actions.go @@ -63,10 +63,6 @@ func DownloadActionsRunAllJobLogs(ctx *context.Base, ctxRepo *repo_model.Reposit // Add each job's logs to the zip for _, job := range runJobs { - if job.Repo.ID != ctxRepo.ID { - continue // Skip jobs from other repos - } - if job.TaskID == 0 { continue // Skip jobs that haven't started }