mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-01 11:50:38 +00:00
7cb4201f8e
Backport #38495 by @Zettat123 Fix #38485 #37478 moved `if` evaluation from runner to server. But `NewInterpeter` always provides a nil `JobContext` for the evaluator, which makes [`cancelled()`](https://gitea.com/gitea/runner/src/commit/ad967330a8788c9b8ab723abbc1a86d53c3bc5e6/act/exprparser/functions.go#L299) panic on `Job.Status` because `Job` is a nil pointer. Co-authored-by: Zettat123 <zettat123@gmail.com>