Skip to content

Commit 09c44f4

Browse files
committed
Drop check for jobs from other repo.
1 parent be0c0bd commit 09c44f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

routers/common/actions.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ func DownloadActionsRunAllJobLogs(ctx *context.Base, ctxRepo *repo_model.Reposit
6363

6464
// Add each job's logs to the zip
6565
for _, job := range runJobs {
66-
if job.Repo.ID != ctxRepo.ID {
67-
continue // Skip jobs from other repos
68-
}
69-
7066
if job.TaskID == 0 {
7167
continue // Skip jobs that haven't started
7268
}

0 commit comments

Comments
 (0)