aboutsummaryrefslogtreecommitdiffstats
path: root/services/actions/schedule_tasks.go
Commit message (Expand)AuthorAgeFilesLines
* Add workflow_job webhook (#33694)ChristopherHX2025-03-111-0/+12
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX2025-03-101-1/+1
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-231-1/+7
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-011-0/+5
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-211-2/+2
* Fix an actions schedule bug (#28942)Zettat1232024-01-311-2/+10
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-0/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-13/+1
* Fix schedule actions still running even if workflow disalbed (#26939)Lunny Xiao2023-09-071-0/+10
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-241-0/+135