0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 09:15:03 +01:00
gitea/services/cron
Jason Song f989f46438
Move registerActionsCleanup to initActionsTasks (#31721)
There's already `initActionsTasks`; it will avoid additional check for
if Actions enabled to move `registerActionsCleanup` into it.

And we don't really need `OlderThanConfig`.
2024-07-30 10:27:28 +08:00
..
cron.go
setting.go Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
tasks.go Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
tasks_actions.go Move registerActionsCleanup to initActionsTasks (#31721) 2024-07-30 10:27:28 +08:00
tasks_basic.go Move registerActionsCleanup to initActionsTasks (#31721) 2024-07-30 10:27:28 +08:00
tasks_extended.go Move some asymkey functions to service layer (#28894) 2024-03-04 08:57:39 +00:00
tasks_test.go