mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-13 16:17:54 +00:00
Fix: Remove results.json from commit list
This commit is contained in:
3
.github/workflows/run-single-model.yml
vendored
3
.github/workflows/run-single-model.yml
vendored
@@ -34,6 +34,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name 'github-actions[bot]'
|
git config --global user.name 'github-actions[bot]'
|
||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
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)
|
git diff --staged --quiet || (git commit -m "Docs: Update benchmark for ${{ inputs.model_name }}" && git push)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user