Skip to content

Commit f513355

Browse files
committed
fix: this needs more testing
1 parent 5beb177 commit f513355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17629,7 +17629,7 @@ func setExecutionVariable(actionResult ActionResult) bool {
1762917629

1763017630
// Finds execution results and parameters that are too large to manage and reduces them / saves data partly
1763117631
func compressExecution(ctx context.Context, workflowExecution WorkflowExecution, saveLocationInfo string) (WorkflowExecution, bool) {
17632-
if project.Environment == "worker" {
17632+
if project.Environment != "cloud" {
1763317633
log.Printf("[DEBUG][%s] No need to make this execution any smaller", workflowExecution.ExecutionId)
1763417634
return workflowExecution, false
1763517635
}

0 commit comments

Comments
 (0)