diff --git a/pkg/testworkflows/testworkflowexecutor/executor.go b/pkg/testworkflows/testworkflowexecutor/executor.go index a1cc7f7c6f..632baa7a09 100644 --- a/pkg/testworkflows/testworkflowexecutor/executor.go +++ b/pkg/testworkflows/testworkflowexecutor/executor.go @@ -470,6 +470,7 @@ func (e *executor) initialize(ctx context.Context, workflow *testworkflowsv1.Tes TestWorkflowExecutionName: request.TestWorkflowExecutionName, DisableWebhooks: request.DisableWebhooks, Tags: map[string]string{}, + RunningContext: request.RunningContext, } // Try to resolve tags initially