We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cc687 commit 4a8c1d2Copy full SHA for 4a8c1d2
1 file changed
pkg/runtime/runtime.go
@@ -725,6 +725,7 @@ func (r *Runtime) handleTaskTransfer(ctx context.Context, sess *session.Session,
725
}
726
727
sess.ToolsApproved = s.ToolsApproved
728
+ sess.Cost += s.Cost
729
730
sess.AddSubSession(s)
731
0 commit comments