From 3ec20762bfc6446d158d8d1c53bddfc02d8852e6 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Tue, 17 Feb 2026 09:15:33 -0800 Subject: [PATCH] Test --- .buildkite/pull-request-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pull-request-pipeline.yml b/.buildkite/pull-request-pipeline.yml index 251555c..c4e9b7d 100644 --- a/.buildkite/pull-request-pipeline.yml +++ b/.buildkite/pull-request-pipeline.yml @@ -2,4 +2,5 @@ command: | #!/usr/bin/env bash set -eo pipefail - echo "--- Pull request pipeline preparation" \ No newline at end of file + echo "--- Pull request pipeline preparation" + echo "Testing the pipeline run on BK." \ No newline at end of file