Skip to content

Commit

Permalink
DOP-4451 pushing to preprd
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed May 6, 2024
1 parent 08932c1 commit e532d41
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 @@ -168,7 +168,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
body: `Workflow ${body.workflow_run.name} completed successfully but only Deploy Staging ECS workflow completion will trigger smoke test site deployments`,
};

// if the build was not building main branch, no need for smoke test sites
// if the build was not building the 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');
Expand Down

0 comments on commit e532d41

Please sign in to comment.