From 4e9b8323e359b98dd02900ebbfdcee3fc716414f Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Thu, 27 Nov 2025 10:24:28 -0800 Subject: [PATCH] Fix: Remove results.json from commit list --- .github/workflows/benchmark.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1fa763e..aabf4d0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -28,7 +28,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 results" && git push) - -