0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-19 04:49:06 +02:00
ZPascal b0f2477ced fix(actions): address remaining review points — ownership docs, log levels, tests
- Expand NewInterpeter ownership comment to explicitly confirm that
  run.Workflow is fresh per call and job is only read (not written),
  so concurrent calls for different matrix combinations are race-free
- Downgrade the two remaining log.Info lines (matrix re-evaluation
  complete / succeeded) to log.Debug per reviewer request
- Add unit tests for constructWorkflowWithNeeds (happy path, invalid
  payload, missing jobs section), mergeNeedsIntoVars, and a
  multi-dimension dynamic matrix case in TestHasMatrixWithNeeds

Co-Authored-By: Claude <claude-sonnet-4-5@anthropic.com>
2026-05-26 16:55:27 +02:00
..
2026-03-07 00:28:46 +08:00