You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/actions
sillyguodong cee08f6347
Set pre-step status to `skipped` if job is skipped (#29489)
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)
11 months ago
..
github.go Improve the `issue_comment` workflow trigger event (#29277) 11 months ago
github_test.go Improve the `issue_comment` workflow trigger event (#29277) 11 months ago
log.go Support downloading raw task logs (#24451) 2 years ago
task_state.go Set pre-step status to `skipped` if job is skipped (#29489) 11 months ago
task_state_test.go
workflows.go Fix workflow trigger event bugs (#29467) 11 months ago
workflows_test.go Fix schedule tasks bugs (#28691) 1 year ago