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
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">
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 Show Actions post step when it's running (#29926) 11 months ago
task_state_test.go Show Actions post step when it's running (#29926) 11 months ago
workflows.go Fix workflow trigger event bugs (#29467) 11 months ago
workflows_test.go Fix schedule tasks bugs (#28691) 1 year ago