Skip to content

Commit

Permalink
DOP-4414 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 19, 2024
1 parent c2b1f57 commit abdd426
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 @@ -174,7 +174,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
' completed successfully but only Deploy Staging ECS workflow completion will trigger smoke test site deployments',
};

// if the build was not building master, no need for smoke test sites
// if the build was not building main branch, no need for smoke test sites
// if (body.workflow_run.head_branch != 'main' || body.repository.fork) {
// console.log('Build was not on master branch in main repo, sites will not deploy as no smoke tests are needed');
// return {
Expand Down

0 comments on commit abdd426

Please sign in to comment.