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
Giteabot 0873088223
Show Actions post step when it's running (#29926) (#29928)
Backport #29926 by @wolfogre

The post step was always waiting, even if all steps were done. Then,
once the task was done, the post step became success immediately.

Before:

<img width="915" alt="xnip_240320_120228"
src="https://github.com/go-gitea/gitea/assets/9418365/00347430-f998-4c43-917a-bf6dd6d0e333">

After:

<img width="905" alt="xnip_240320_120443"
src="https://github.com/go-gitea/gitea/assets/9418365/a419b111-17c2-4029-a022-c761cc419091">

Co-authored-by: Jason Song <i@wolfogre.com>
11 months ago
..
github.go Improve the `issue_comment` workflow trigger event (#29277) (#29322) 12 months ago
github_test.go Improve the `issue_comment` workflow trigger event (#29277) (#29322) 12 months ago
log.go Support downloading raw task logs (#24451) 2 years ago
task_state.go Show Actions post step when it's running (#29926) (#29928) 11 months ago
task_state_test.go Show Actions post step when it's running (#29926) (#29928) 11 months ago
workflows.go Fix workflow trigger event bugs (#29467) (#29475) 12 months ago
workflows_test.go Fix schedule tasks bugs (#28691) (#28780) 1 year ago