Skip to content

Commit

Permalink
DOP-4414 testing job prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 16, 2024
1 parent 48722fe commit 8edf348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
const repoName = SMOKETEST_SITES[s];
const jobTitle = 'Smoke Test ' + repoName;
let repoInfo, projectEntry, repoOwner;
if (repoName == 'docs') return true;

try {
repoInfo = await docsetsRepository.getRepo(repoName);
if (repoName == 'docs') return true;
projectEntry = await projectsRepository.getProjectEntry(repoInfo.project);
repoOwner = projectEntry.github.organization;
} catch {
Expand Down

0 comments on commit 8edf348

Please sign in to comment.