Skip to content

Commit

Permalink
Update .buildkite/scripts/pipelines/pull_request/pipeline.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jon <[email protected]>
  • Loading branch information
MadameSheema and jbudz authored Dec 28, 2023
1 parent db5b852 commit 8009684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/pipelines/pull_request/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const uploadPipeline = (pipelineContent: string | object) => {
])) ||
GITHUB_PR_LABELS.includes('ci:all-cypress-suites')
) {
getPipeline('.buildkite/pipelines/pull_request/security_solution/investigations.yml');
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/security_solution/investigations.yml'));
}

pipeline.push(getPipeline('.buildkite/pipelines/pull_request/post_build.yml'));
Expand Down

0 comments on commit 8009684

Please sign in to comment.