mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-17 20:05:19 +02:00
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.