We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470d05e commit 520e732Copy full SHA for 520e732
models/actions/run_job_list.go
@@ -24,7 +24,7 @@ func (jobs ActionJobList) GetRunIDs() []int64 {
24
25
func (jobs ActionJobList) LoadRepos(ctx context.Context) error {
26
repoIDs := container.FilterSlice(jobs, func(j *ActionRunJob) (int64, bool) {
27
- return j.RepoID, j.RepoID != 0
+ return j.RepoID, j.RepoID != 0 && j.Repo == nil
28
})
29
if len(repoIDs) == 0 {
30
return nil
0 commit comments