Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/V1.22.3.1^2
zouap 3 years ago
parent
commit
052a0486d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/cloudbrain/cloudbrain.go

+ 1
- 1
modules/cloudbrain/cloudbrain.go View File

@@ -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)
}


Loading…
Cancel
Save