Skip to content

Commit

Permalink
Merge branch 'leaderboard-submissions' into leaderboard-submissions-test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe authored Mar 13, 2024
2 parents ae5daf4 + ead100a commit f1bae70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/leaderboard-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- leaderboard-submissions/metadata/*.json
- leaderboard-submissions/*generations/*.jsonl

permissions:
pull-requests: write
contents: write

jobs:
evaluate:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,7 +72,7 @@ jobs:
- name: Add PR comment (success)
if: steps.eval.outputs.changed > 0
env:
RUN_LINK: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }})
RUN_LINK: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job_id }}
run: python leaderboard-submissions/gh-print-new-results.py ${{ steps.eval.outputs.written-results }} | gh pr comment ${{ github.event.number }} -F -

# - name: Commit results files to PR

0 comments on commit f1bae70

Please sign in to comment.