Skip to content

Commit fa4a354

Browse files
authored
fix: use runner target for rerun (#6314)
Signed-off-by: Vladislav Sukhin <[email protected]>
1 parent 75c76e2 commit fa4a354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/api/v1/testworkflows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ func (s *TestkubeAPI) ReRunTestWorkflowExecutionHandler() fiber.Handler {
501501
RunningContext: &twrContext,
502502
Tags: execution.Tags,
503503
DisableWebhooks: execution.DisableWebhooks,
504-
Target: execution.RunnerOriginalTarget,
504+
Target: execution.RunnerTarget,
505505
}
506506

507507
request.Config = make(map[string]string)

0 commit comments

Comments
 (0)