Skip to content

Commit

Permalink
Add missing parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
  • Loading branch information
alexsapran committed Mar 19, 2024
1 parent 049404a commit 239f60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 239f60a

Please sign in to comment.