You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/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>
1 year ago
..
cleanup.go Artifacts retention and auto clean up (#26131) 1 year ago
clear_tasks.go Make Actions tasks/jobs timeouts configurable by the user (#27400) (#27402) 1 year ago
commit_status.go Fix pull request check list is limited (#26179) 2 years ago
init.go Move notification interface to services layer (#26915) 1 year ago
job_emitter.go Rewrite queue (#24505) 2 years ago
job_emitter_test.go Implement actions (#21937) 2 years ago
notifier.go Implement `MigrateRepository` for the actions notifier (#28920) (#28923) 1 year ago
notifier_helper.go Fix an actions schedule bug (#28942) (#28999) 1 year ago
schedule_tasks.go Fix an actions schedule bug (#28942) (#28999) 1 year ago