From 28c7ed07d181f9fab69b44f58f5999e053a74118 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Mon, 6 May 2024 15:37:36 -0400 Subject: [PATCH] DOP-4451 fixing comment out runadditionaltasks --- api/controllers/v2/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/v2/github.ts b/api/controllers/v2/github.ts index 6056a8b41..6ea00a31d 100644 --- a/api/controllers/v2/github.ts +++ b/api/controllers/v2/github.ts @@ -255,7 +255,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr try { const returnVal = await createAndInsertJob(); - await runAdditionalECSTasks(); + // await runAdditionalECSTasks(); return { statusCode: 202, headers: { 'Content-Type': 'text/plain' },