mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-24 22:36:17 +02:00
Update models/actions/task_list.go
Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
parent
2917057b00
commit
9b00ded1fb
@ -41,6 +41,7 @@ func (tasks TaskList) LoadJobs(ctx context.Context) error {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Replace with "ActionJobList(maps.Values(jobs))" once available
|
||||
var jobsList ActionJobList = make([]*ActionRunJob, 0, len(jobs))
|
||||
for _, j := range jobs {
|
||||
jobsList = append(jobsList, j)
|
||||
|
Loading…
x
Reference in New Issue
Block a user