0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 08:14:36 +01:00
gitea/routers
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
..
api Fix an actions schedule bug (#28942) (#28999) 2024-01-31 15:52:31 +00:00
common Rework markup link rendering (#26745) (#28803) 2024-01-16 02:13:29 +00:00
install
private
utils
web Preserve BOM in web editor (#28935) (#28959) 2024-01-27 23:23:31 +01:00
init.go