From 239f60afd4885d5b18d423b410e46d42e4994978 Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Tue, 19 Mar 2024 17:17:00 +0200 Subject: [PATCH] Add missing parameter Signed-off-by: Alexandros Sapranidis --- .buildkite/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.py b/.buildkite/pipeline.py index a45174f82b9..624171f403d 100755 --- a/.buildkite/pipeline.py +++ b/.buildkite/pipeline.py @@ -389,7 +389,7 @@ def main() -> None: yaml = YAML(typ="safe") all_groups = [] if is_pr() and not os.getenv("GITHUB_PR_TRIGGER_COMMENT"): - all_groups = fetch_pr_pipeline() + all_groups = fetch_pr_pipeline(yaml) if is_pr() and os.getenv("GITHUB_PR_TRIGGER_COMMENT"): print(