Skip to content

Commit

Permalink
ci: make sure we use the proper script to update tables
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical committed Nov 4, 2023
1 parent ac5f429 commit 3474bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--target-node=$FAL_TARGET_NODE
- name: Regenerate tables
run: python benchmarks/regenerate_tables.py /tmp/latest.json
run: python benchmarks/update_table.py /tmp/latest.json

- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 3474bdf

Please sign in to comment.