diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index aabf4d0..9e513c6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -28,5 +28,6 @@ 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 + git add README tests results.json git diff --staged --quiet || (git commit -m "Docs: Update benchmark results" && git push) +