1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-16 00:05:47 +00:00
gitea/modules/actions
Giteabot 8d08558783
Set pre-step status to skipped if job is skipped (#29489) (#29523)
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:

![image](https://github.com/go-gitea/gitea/assets/33891828/4bac2ba9-66de-4679-b7ed-fbae459c0c54)

after:

![image](https://github.com/go-gitea/gitea/assets/33891828/ead4871a-4e0f-4bb1-9fb4-37f4fdb78dfc)

Co-authored-by: sillyguodong <33891828+sillyguodong@users.noreply.github.com>
2024-03-01 14:51:54 +01:00
..
github_test.go Improve the issue_comment workflow trigger event (#29277) (#29322) 2024-02-22 17:19:48 +01:00
github.go Improve the issue_comment workflow trigger event (#29277) (#29322) 2024-02-22 17:19:48 +01:00
log.go Support downloading raw task logs (#24451) 2023-06-29 10:58:56 +08:00
task_state_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task_state.go Set pre-step status to skipped if job is skipped (#29489) (#29523) 2024-03-01 14:51:54 +01:00
workflows_test.go Fix schedule tasks bugs (#28691) (#28780) 2024-01-14 23:54:22 +01:00
workflows.go Fix workflow trigger event bugs (#29467) (#29475) 2024-02-28 21:24:51 +01:00