Fix: Remove results.json from commit list

This commit is contained in:
2025-11-27 10:24:38 -08:00
parent 70debecc75
commit 3b214be438

View File

@@ -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)