We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be8f60 commit 2de5e6aCopy full SHA for 2de5e6a
1 file changed
.github/workflows/agentic-token-optimizer.md
@@ -106,6 +106,7 @@ steps:
106
top_workflows: (
107
[.runs[]
108
| select(.status == "completed")
109
+ | select((.aic // 0) > 0)
110
| {
111
workflow_name: .workflow_name,
112
ai_credits: (.aic // 0),
0 commit comments