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 bb47d60 commit 48722fe
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 @@ -201,9 +201,9 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr

try {
repoInfo = await docsetsRepository.getRepo(repoName);
if (repoName == 'docs') return true;
projectEntry = await projectsRepository.getProjectEntry(repoInfo.project);
repoOwner = projectEntry.github.organization;
if (repoName == 'docs') return true;
} catch {
return (
'repoInfo, projectEntry, or repoOwner not found. Repo info: ' +
Expand Down

0 comments on commit 48722fe

Please sign in to comment.