|
|
|
@@ -234,7 +234,7 @@ func GenerateTask(ctx *context.Context, displayJobName, jobName, image, command, |
|
|
|
} |
|
|
|
|
|
|
|
if string(models.JobTypeBenchmark) == jobType { |
|
|
|
notification.NotifyOtherTask(ctx.User, ctx.Repo.Repository, jobID, jobName, models.ActionCreateBenchMarkTask) |
|
|
|
notification.NotifyOtherTask(ctx.User, ctx.Repo.Repository, jobID, displayJobName, models.ActionCreateBenchMarkTask) |
|
|
|
} else { |
|
|
|
notification.NotifyOtherTask(ctx.User, ctx.Repo.Repository, jobID, displayJobName, models.ActionCreateDebugGPUTask) |
|
|
|
} |
|
|
|
|