We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea98ed5 commit 7cd1c1aCopy full SHA for 7cd1c1a
1 file changed
.github/workflows/evals.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Run evals
66
if: ${{ steps.check_commit.outputs.should_run_evals == 'true' }}
67
- run: cd evals && bun run-eval-set --concurrency 10 --email --title "Git Eval (${{ github.sha }} ${{ github.event.head_commit.message }}})"
+ run: cd evals && bun run-eval-set --concurrency 100 --email --title "Git Eval (${{ github.sha }} ${{ github.event.head_commit.message }}})"
68
69
- name: Workflow completed
70
run: echo "Evals workflow completed successfully"
0 commit comments