0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-18 13:37:23 +02:00
gitea/services
silverwind ac24dad6df
refactor(actions): simplify matrix job loading and slice sizing
Use job.LoadAttributes (loads run + attributes) instead of an open-coded
load plus a dead nil-check, matching the concurrency path. Pre-size the
children slice to the known combination count.

Co-Authored-By: Claude (Opus 4.8) <noreply@anthropic.com>
2026-05-29 10:32:56 +02:00
..