Replies: 1 comment
-
|
You can add a valid actions steps under the "steps" front matter element and they will be included in the compiled .lock.yml You can also ask our agentic-workflows agent to diagnose performance bottlenecks for you and suggest improvements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My github agentic workflows takes a long time to finish, even for small tasks it takes ~7min.
In a case where someone have a more complex setup that depends on multiple specialized workflows e.g. a kanban flow with multiple stages e.g. research -> review -> implementation -> testing etc. all of them would quickly add up, meaning a simple issue to solve by a chain of agents would take very long time.
Is there anyway to speed things up or reuse the resources? e.g. cache the dependencies like we do in regular github workflows thru actions/cache
Beta Was this translation helpful? Give feedback.
All reactions