Skip to content

Commit

Permalink
DOP-4414 fewer sites
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 15, 2024
1 parent 8280c1b commit 84768ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr

//add logic for getting master branch, latest stable branch
const job = await prepGithubPushPayload(body, payload, jobTitle);

if (repoName == 'docs') {
return job;
}
try {
consoleLogger.info(job.title, 'Creating Job');
const jobId = await jobRepository.insertJob(job, c.get('jobsQueueUrl'));
Expand Down

0 comments on commit 84768ee

Please sign in to comment.