From 9eaaf21aea610e6ec267ce3fd154c03aa5b19983 Mon Sep 17 00:00:00 2001 From: Yossi-kerner <72043585+Yossi-kerner@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:44:24 +0200 Subject: [PATCH] Update env0.workflow.yml --- misc/workflow-with-failures/env0.workflow.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/misc/workflow-with-failures/env0.workflow.yml b/misc/workflow-with-failures/env0.workflow.yml index 83a5eb479..11f9e8c66 100644 --- a/misc/workflow-with-failures/env0.workflow.yml +++ b/misc/workflow-with-failures/env0.workflow.yml @@ -7,6 +7,16 @@ environments: templateName: "null" needs: - account + database-dev: + name: Database-Dev + templateName: "null switch" + needs: + - network + database-uat: + name: Database-Uat + templateName: "null switch" + needs: + - network database-test: name: Database-Test templateName: "null switch" @@ -21,6 +31,8 @@ environments: name: Flux-Install templateName: "null" needs: + - database-dev + - database-uat - database-test - cluster settings: