fix lint check fail

This commit is contained in:
pangliang 2024-03-29 16:21:39 +08:00
parent 2d882b078d
commit 65de06e9e1
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ func Run(ctx *context_module.Context) {
}
// cancel running jobs of the same workflow
if err := actions_model.CancelRunningJobs(
if err := actions_model.CancelPreviousJobs(
ctx,
run.RepoID,
run.Ref,