1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-30 01:55:26 +00:00
gitea/modules/actions
Giteabot c398c25b18
Fix an actions schedule bug (#28942) (#28999)
Backport #28942 by @Zettat123

In #28691, schedule plans will be deleted when a repo's actions unit is
disabled. But when the unit is enabled, the schedule plans won't be
created again.

This PR fixes the bug. The schedule plans will be created again when the
actions unit is re-enabled

---------

Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-01-31 15:52:31 +00:00
..
github_test.go Support pull_request_target event (#25229) 2023-06-26 14:33:18 +08:00
github.go Fix schedule tasks bugs (#28691) (#28780) 2024-01-14 23:54:22 +01:00
log.go Support downloading raw task logs (#24451) 2023-06-29 10:58:56 +08:00
task_state_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task_state.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
workflows_test.go Fix schedule tasks bugs (#28691) (#28780) 2024-01-14 23:54:22 +01:00
workflows.go Fix an actions schedule bug (#28942) (#28999) 2024-01-31 15:52:31 +00:00