1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/modules/actions
Jason Song 35cfd98e12
Show Actions post step when it's running (#29926)
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">
2024-03-20 04:59:01 +00:00
..
github_test.go Improve the issue_comment workflow trigger event (#29277) 2024-02-22 22:47:35 +08:00
github.go Improve the issue_comment workflow trigger event (#29277) 2024-02-22 22:47:35 +08:00
log.go Support downloading raw task logs (#24451) 2023-06-29 10:58:56 +08:00
task_state_test.go Show Actions post step when it's running (#29926) 2024-03-20 04:59:01 +00:00
task_state.go Show Actions post step when it's running (#29926) 2024-03-20 04:59:01 +00:00
workflows_test.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
workflows.go Fix workflow trigger event bugs (#29467) 2024-02-28 15:35:04 +00:00