diff --git a/routers/repo/cloudbrain.go b/routers/repo/cloudbrain.go index 1752c27aa..66f61f36f 100755 --- a/routers/repo/cloudbrain.go +++ b/routers/repo/cloudbrain.go @@ -2128,7 +2128,7 @@ func CloudBrainBenchmarkIndex(ctx *context.Context) { PageSize: setting.UI.IssuePagingNum, }, RepoID: repo.ID, - Type: models.TypeCloudBrainOne, + Type: -1, JobTypes: jobTypes, }) if err != nil {