0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 08:24:37 +01:00
gitea/services/actions
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
..
auth.go
auth_test.go
cleanup.go Move registerActionsCleanup to initActionsTasks (#31721) 2024-07-30 10:27:28 +08:00
clear_tasks.go
commit_status.go Support pull_request_target event for commit status (#31703) 2024-07-26 18:00:07 +08:00
init.go
interface.go feat(api): enhance Actions Secrets Management API for repository (#30656) 2024-04-26 21:11:49 +08:00
job_emitter.go Improve the handling of jobs.<job_id>.if (#31070) 2024-05-27 14:15:34 +08:00
job_emitter_test.go Improve the handling of jobs.<job_id>.if (#31070) 2024-05-27 14:15:34 +08:00
notifier.go
notifier_helper.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
rerun.go
rerun_test.go
schedule_tasks.go Interpolate runs-on with variables when scheduling tasks (#30640) 2024-04-23 20:55:25 +02:00
variables.go