aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions/schedule.go
Commit message (Expand)AuthorAgeFilesLines
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX2025-03-101-6/+7
* Small refactor to reduce unnecessary database queries and remove duplicated f...Lunny Xiao2025-03-041-6/+3
* Refactor "string truncate" (#32984)wxiaoguang2024-12-261-1/+1
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+2
* Use UTC as default timezone when schedule Actions cron tasks (#31742)Jason Song2024-08-011-11/+9
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-211-2/+2
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-0/+20
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-4/+4
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-241-0/+120