From 3b214be4383d3bb7cbd602ac319d230490ffc125 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Thu, 27 Nov 2025 10:24:38 -0800 Subject: [PATCH] Fix: Remove results.json from commit list --- .github/workflows/run-single-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-single-test.yml b/.github/workflows/run-single-test.yml index 83288be..91dfd62 100644 --- a/.github/workflows/run-single-test.yml +++ b/.github/workflows/run-single-test.yml @@ -34,5 +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 test ${{ inputs.test_number }}" && git push)