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.
forgejo/modules/actions
Jason Song 964a057a76
Fix checks for `needs` in Actions (#23789)
Fix:
- https://gitea.com/gitea/act_runner/issues/77
- https://gitea.com/gitea/act_runner/issues/81

Before:
<img width="1489" alt="image"
src="https://user-images.githubusercontent.com/9418365/228501567-f752cf87-a7ed-42c6-8f3d-ba741795c1fe.png">

Highlights:
- Upgrade act to make things doable, related to
  - https://gitea.com/gitea/act/pulls/32
  - https://gitea.com/gitea/act/pulls/33
  - https://gitea.com/gitea/act/pulls/35
- Make `needs` works
- Sort jobs in the original order in the workflow files
1 year ago
..
github.go Improve workflow event triggers (#23613) 1 year ago
github_test.go Improve workflow event triggers (#23613) 1 year ago
log.go Implement actions (#21937) 1 year ago
task_state.go Implement actions (#21937) 1 year ago
task_state_test.go Implement actions (#21937) 1 year ago
workflows.go Fix checks for `needs` in Actions (#23789) 1 year ago