Skip to content

Commit

Permalink
Added results updater GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Sep 24, 2024
1 parent 6294cc6 commit e57adcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
git add README.md
git diff-index --quiet HEAD || (git commit -am "Updated results summary" && git push origin)
python3 process_results_table.py

0 comments on commit e57adcb

Please sign in to comment.