File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func (jobs ActionJobList) GetRunIDs() []int64 {
2424
2525func (jobs ActionJobList ) LoadRepos (ctx context.Context ) error {
2626 repoIDs := container .FilterSlice (jobs , func (j * ActionRunJob ) (int64 , bool ) {
27- return j .RepoID , j .RepoID != 0
27+ return j .RepoID , j .RepoID != 0 && j . Repo == nil
2828 })
2929 if len (repoIDs ) == 0 {
3030 return nil
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212func DownloadActionsRunJobLogs (ctx * context.APIContext ) {
1313 // swagger:operation GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs repository downloadActionsRunJobLogs
1414 // ---
15- // summary: Downloads the logs for a workflow run redirects to blob url
15+ // summary: Downloads the job logs for a workflow run
1616 // produces:
1717 // - application/json
1818 // parameters:
You can’t perform that action at this time.
0 commit comments