diff --git a/api/controllers/v2/github.ts b/api/controllers/v2/github.ts index 675959538..f0956b7ba 100644 --- a/api/controllers/v2/github.ts +++ b/api/controllers/v2/github.ts @@ -216,6 +216,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr } try { + return true; await jobRepository.insertBulkJobs(deployable, c.get('jobsQueueUrl')); // notify the jobUpdatesQueue