Skip to content

Commit

Permalink
ci: support concurrent git writes in eval workflow by pulling before …
Browse files Browse the repository at this point in the history
…commit+push
  • Loading branch information
ErikBjare committed Sep 28, 2024
1 parent 5a54f3e commit a36b8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- name: Update eval results
run: |
git pull origin eval-results
git add -f eval_results
git commit -m "chore: add eval results for run ${{ github.run_number }} [skip ci]" || echo "No changes to commit"
git push origin eval-results

0 comments on commit a36b8b5

Please sign in to comment.