mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-26 03:32:55 +01:00
Drop check for jobs from other repo.
This commit is contained in:
parent
be0c0bd68f
commit
09c44f4245
@ -63,10 +63,6 @@ func DownloadActionsRunAllJobLogs(ctx *context.Base, ctxRepo *repo_model.Reposit
|
|||||||
|
|
||||||
// Add each job's logs to the zip
|
// Add each job's logs to the zip
|
||||||
for _, job := range runJobs {
|
for _, job := range runJobs {
|
||||||
if job.Repo.ID != ctxRepo.ID {
|
|
||||||
continue // Skip jobs from other repos
|
|
||||||
}
|
|
||||||
|
|
||||||
if job.TaskID == 0 {
|
if job.TaskID == 0 {
|
||||||
continue // Skip jobs that haven't started
|
continue // Skip jobs that haven't started
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user