From 9728050cdc222b65d4ebd299998ceb5d67ab10f3 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 17 Aug 2024 11:29:53 +0100 Subject: [PATCH] fix: workflow --- .github/workflows/csvprep.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/csvprep.yml b/.github/workflows/csvprep.yml index 63ba511..7ff2693 100644 --- a/.github/workflows/csvprep.yml +++ b/.github/workflows/csvprep.yml @@ -39,7 +39,8 @@ jobs: run: python3 managed-to-csv.py - name: Appending GPU benchmarks run: python3 gpu-bench-to-csv.py - + - name: Commit and push changes + run: | git add gpu-benchmarks.json gpu-benchmarks.csv LLM-Provider-comparison.csv git commit -m "Update gpu-benchmarks.json and gpu-benchmarks.csv [skip ci]" git push origin main \ No newline at end of file