Skip to content

Commit

Permalink
fix: assign running context
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Oct 24, 2024
1 parent dd747b8 commit 9d4f463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/testworkflows/testworkflowexecutor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d4f463

Please sign in to comment.