forgejo/services/cron
Jason Song 43b184cf07
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`.

(cherry picked from commit f989f464386139592b6911cad1be4c901eb97fe5)
2024-08-04 10:14:34 +02:00
..
cron.go Fix data-race bug when accessing task.LastRun (#27584) 2023-10-11 14:51:20 +00:00
setting.go Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
tasks.go Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
tasks_actions.go Move registerActionsCleanup to initActionsTasks (#31721) 2024-08-04 10:14:34 +02:00
tasks_basic.go Move registerActionsCleanup to initActionsTasks (#31721) 2024-08-04 10:14:34 +02:00
tasks_extended.go Update checker setting updates 2024-03-31 10:52:24 +05:00
tasks_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00