Skip to content

Commit 85c80e1

Browse files
committed
Update deletion
1 parent 5236e8e commit 85c80e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/actions/run.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ func DeleteRun(ctx context.Context, repoID int64, run *actions.ActionRun, jobs [
4545
RepoID: repoID,
4646
TaskID: tas.ID,
4747
})
48+
recordsToDelete = append(recordsToDelete, &actions.ActionTaskOutput{
49+
TaskID: tas.ID,
50+
})
4851
}
4952
recordsToDelete = append(recordsToDelete, &actions.ActionRunJob{
5053
RepoID: repoID,

0 commit comments

Comments
 (0)