Skip to content

Commit

Permalink
fixes checks issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Dec 28, 2023
1 parent 8009684 commit 7f54826
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/scripts/pipelines/pull_request/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ const uploadPipeline = (pipelineContent: string | object) => {
])) ||
GITHUB_PR_LABELS.includes('ci:all-cypress-suites')
) {
pipeline.push(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 7f54826

Please sign in to comment.