From ead631b5464232dca09a68dc0ec5c47c2cc60457 Mon Sep 17 00:00:00 2001 From: Seun Ogunbiyi Date: Mon, 16 Sep 2024 10:46:49 +0100 Subject: [PATCH] reduce the no of task to 0 --- copilot/fsd-form-runner/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot/fsd-form-runner/manifest.yml b/copilot/fsd-form-runner/manifest.yml index 81cca96bb..6041a6efe 100644 --- a/copilot/fsd-form-runner/manifest.yml +++ b/copilot/fsd-form-runner/manifest.yml @@ -82,7 +82,7 @@ environments: deployment: rolling: "recreate" count: - spot: 2 + spot: 0 uat: count: range: 2-4