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>
2024-03-20 06:25:11 +00:00
..
github.go Improve the `issue_comment` workflow trigger event (#29277) (#29322) 2024-02-22 17:19:48 +01:00
github_test.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.go Show Actions post step when it's running (#29926) (#29928) 2024-03-20 06:25:11 +00:00
task_state_test.go Show Actions post step when it's running (#29926) (#29928) 2024-03-20 06:25:11 +00:00
workflows.go Fix workflow trigger event bugs (#29467) (#29475) 2024-02-28 21:24:51 +01:00
workflows_test.go Fix schedule tasks bugs (#28691) (#28780) 2024-01-14 23:54:22 +01:00