mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-13 22:40:24 +00:00
Backport #29489 by @sillyguodong close #27496 1. Set pre-step (Set up job) status to `skipped` if job is skipped. 2. Apart from pre-step, the other steps should also be set to `skipped`. The status of other steps are reported from the runner side. This will be completed by this PR: https://gitea.com/gitea/act_runner/pulls/500 before:  after:  Co-authored-by: sillyguodong <33891828+sillyguodong@users.noreply.github.com> (cherry picked from commit 8d085587831d1357ae80046fe0627dbcc8657a79) |
||
|---|---|---|
| .. | ||
| github.go | ||
| github_test.go | ||
| log.go | ||
| task_state.go | ||
| task_state_test.go | ||
| workflows.go | ||
| workflows_test.go | ||