1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-01 07:35:49 +00:00
gitea/services/actions
Zettat123 adc3598a75
Fix an actions schedule bug (#28942)
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
2024-01-31 14:55:12 +00:00
..
cleanup.go Artifacts retention and auto clean up (#26131) 2023-09-06 07:41:06 +00:00
clear_tasks.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
commit_status.go Improve ObjectFormat interface (#28496) 2023-12-19 07:20:47 +00:00
init.go Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
job_emitter_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
job_emitter.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
notifier_helper.go Fix an actions schedule bug (#28942) 2024-01-31 14:55:12 +00:00
notifier.go Implement MigrateRepository for the actions notifier (#28920) 2024-01-25 20:06:29 +08:00
schedule_tasks.go Fix an actions schedule bug (#28942) 2024-01-31 14:55:12 +00:00