From 70debecc750983eb5a5a0161505b2ac15c0fc1dd Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Thu, 27 Nov 2025 10:24:34 -0800 Subject: [PATCH] Fix: Remove results.json from commit list --- .github/workflows/run-single-model.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-single-model.yml b/.github/workflows/run-single-model.yml index d904870..5a8bb49 100644 --- a/.github/workflows/run-single-model.yml +++ b/.github/workflows/run-single-model.yml @@ -34,6 +34,5 @@ jobs: run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git add README tests results.json + git add README tests git diff --staged --quiet || (git commit -m "Docs: Update benchmark for ${{ inputs.model_name }}" && git push) -