Files
gitea/modules
Zettat123 2e0aa7ec74 fix(actions): make cancelled() work in job if evaluation (#38495)
Fix #38485

#37478 moved `if` evaluation from runner to server. But `NewInterpeter`
always provides a nil `JobContext` for the evaluator, which makes
[`cancelled()`](ad967330a8/act/exprparser/functions.go (L299))
panic on `Job.Status` because `Job` is a nil pointer.
2026-07-16 22:28:53 +02:00
..
2026-07-12 17:14:09 +00:00
2026-07-07 07:32:25 +00:00
2026-07-12 17:14:09 +00:00