mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-01 09:43:00 +01:00
Drop check for jobs from other repo.
This commit is contained in:
parent
1ea1cb518a
commit
31cb3617a3
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user