forgejo/modules/actions
Jason Song 06db43f858
Show Actions post step when it's running ()
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">

(cherry picked from commit 35cfd98e121005f90f6d0d55d9a69e37d7990010)
2024-03-26 19:04:25 +01:00
..
github.go Improve the issue_comment workflow trigger event () 2024-02-26 22:30:26 +01:00
github_test.go Improve the issue_comment workflow trigger event () 2024-02-26 22:30:26 +01:00
log.go Support downloading raw task logs () 2023-06-29 10:58:56 +08:00
task_state.go Show Actions post step when it's running () 2024-03-26 19:04:25 +01:00
task_state_test.go Show Actions post step when it's running () 2024-03-26 19:04:25 +01:00
workflows.go Fix workflow trigger event bugs () 2024-03-06 12:10:44 +08:00
workflows_test.go [ACTIONS] on.schedule: the event is always "schedule" 2024-02-05 16:54:44 +01:00