Skip to content

Commit 269f0ae

Browse files
committed
test naming
1 parent 650a349 commit 269f0ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rollout.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Eval Protocol Rollout
22

3+
run-name: rollout:${{ inputs.rollout_id }}
4+
35
on:
46
workflow_dispatch:
57
inputs:
@@ -40,8 +42,8 @@ jobs:
4042
FIREWORKS_API_KEY: ${{ secrets.FIREWORKS_API_KEY }}
4143
run: |
4244
python tests/github_actions/rollout_worker.py \
43-
--model "${{ inputs.model }}" \
4445
--rollout-id "${{ inputs.rollout_id }}" \
46+
--model "${{ inputs.model }}" \
4547
--prompt "${{ inputs.prompt }}"
4648
4749
- name: Upload rollout trace

0 commit comments

Comments
 (0)