Commit 39513e2
committed
fix: Correct workflow name for run_unit_evals
The run_unit_evals.yml workflow was incorrectly named 'run_agent_evals'
due to both workflows being generated from the same module. This caused
duplicate workflow names in GitHub Actions.
Changes:
- Updated run_agent_evals.rs to explicitly set the workflow name for
run_unit_evals to 'run_unit_evals'
- Regenerated workflows using 'cargo xtask workflows'
- The workflow file now correctly identifies itself as 'run_unit_evals'
This fixes potential CI/CD issues where GitHub Actions would be confused
by duplicate workflow names.1 parent eccdfed commit 39513e2
File tree
2 files changed
+4
-3
lines changed- .github/workflows
- tooling/xtask/src/tasks/workflows
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments