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 15, 2024
1 parent f509707 commit 98a2e69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { ReposBranchesDocsetsDocument } from '../../../modules/persistence/src/s
import { MONOREPO_NAME } from '../../../src/monorepo/utils/monorepo-constants';

const SMOKETEST_SITES = [
// 'docs-landing',
'docs-landing',
// 'cloud-docs',
// 'docs-realm',
'docs',
Expand Down Expand Up @@ -234,6 +234,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
consoleLogger.error('TriggerBuildError', err + repoName);
}
// deployable.push(job);
return names;
}

// try {
Expand Down

0 comments on commit 98a2e69

Please sign in to comment.