forked from NYANDEV/forgejo
Backport #27584 by @wxiaoguang Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
7ec7c733c7
commit
844ab9a441
1 changed files with 1 additions and 2 deletions
|
@ -107,12 +107,11 @@ func ListTasks() TaskTable {
|
|||
prev = e.PreviousRun()
|
||||
}
|
||||
|
||||
task.lock.Lock()
|
||||
// If the manual run is after the cron run, use that instead.
|
||||
if prev.Before(task.LastRun) {
|
||||
prev = task.LastRun
|
||||
}
|
||||
|
||||
task.lock.Lock()
|
||||
tTable = append(tTable, &TaskTableRow{
|
||||
Name: task.Name,
|
||||
Spec: spec,
|
||||
|
|
Loading…
Reference in a new issue