Skip to content

Commit

Permalink
Update run-yaml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkonst13 authored Nov 21, 2023
1 parent e386f68 commit 6adb0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def generate_markdown_table(data):

# Main execution
if __name__ == "__main__":
yaml_data = read_yaml("results.yaml")
yaml_data = read_yaml("results_ci.yaml")
markdown_table = generate_markdown_table(yaml_data)
print(markdown_table)
with open("output.md", "w") as md_file:
Expand Down

0 comments on commit 6adb0d4

Please sign in to comment.