Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect run order of action jobs (go-gitea#28367)
When we pick up a job, all waiting jobs should firstly be ordered by update time, otherwise when there's a running job, if I rerun an older job, the older job will run first, as it's id is smaller.
- Loading branch information