Skip to content

Commit

Permalink
temp commit - check table
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Feb 6, 2025
1 parent 2127564 commit 4a02531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1802,9 +1802,6 @@ jobs:
- run:
name: Generate Markdown Table
command: php ./tooling/tested_versions/generate_markdown_table.php
- run:
name: Create or Update PR Branch
command: ./tooling/tested_versions/create_or_update_supported_versions_pr.sh


integration:
Expand Down Expand Up @@ -5539,9 +5536,6 @@ workflows:
- test_integrations

- aggregate_tested_versions:
filters:
branches:
only: master
requires:
- integration_snapshots_tests:
- success
Expand Down
2 changes: 1 addition & 1 deletion tooling/tested_versions/generate_markdown_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
file_put_contents($OUTPUT, $markdownTable);

echo "Markdown table has been generated and saved to $OUTPUT.\n";

echo $markdownTable;
?>

0 comments on commit 4a02531

Please sign in to comment.