From df6e58463845cda17f06409139f8511749b50c53 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:06:08 +0200 Subject: [PATCH] Disable interpolation for monorepo plugin (#7056) (#7154) (cherry picked from commit 0e1438575ea1c343b426214f848c3ea1f8742562) Co-authored-by: Yehor Shvedov <146825775+ev1yehor@users.noreply.github.com> --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0b4850f9016..7057563564f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -263,6 +263,7 @@ steps: plugins: - monorepo-diff#v1.2.0: diff: "git diff --name-only HEAD~1" + interpolation: false watch: - path: - deploy/kubernetes/* @@ -285,6 +286,7 @@ steps: plugins: - monorepo-diff#v1.2.0: diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD" + interpolation: false watch: - path: - internal/