Skip to content

Commit c1865a2

Browse files
committed
build: cache llmcache, require approval for run
1 parent 459c8b8 commit c1865a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/leaderboard-submission.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions:
1616
jobs:
1717
evaluate:
1818
runs-on: ubuntu-latest
19+
environment:
20+
name: leaderboard-eval-run
1921
env:
2022
GH_TOKEN: ${{ github.token }}
2123

@@ -44,6 +46,12 @@ jobs:
4446
- name: Download test set answers
4547
run: wget -q ${{ secrets.TEST_ANSWERS_URL }} -O fanoutqa-test-answers.json
4648

49+
- name: Cache FOQA Cache
50+
uses: actions/cache@v4
51+
with:
52+
path: "~/.cache/fanoutqa"
53+
key: foqa-cache
54+
4755
# set up in local workdir and hydrate results
4856
- name: Set up Python 3.10
4957
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)