Skip to content

Commit 2de5e6a

Browse files
committed
fix: exclude zero-AIC completed runs from optimizer ranking
1 parent 4be8f60 commit 2de5e6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/agentic-token-optimizer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ steps:
106106
top_workflows: (
107107
[.runs[]
108108
| select(.status == "completed")
109+
| select((.aic // 0) > 0)
109110
| {
110111
workflow_name: .workflow_name,
111112
ai_credits: (.aic // 0),

0 commit comments

Comments
 (0)