Closed cytopia closed 2 years ago
Hi @cytopia,
This is enhancement is not related to the runner, it concerns the GitHub actions platform more generally. Could you please post your feedback on the GitHub Community Support Forum which is actively monitored? Using the forum ensures that we route your problem to the correct team. :smiley:
then why did I just now get "but doing so would exceed the limit on called workflow depth of 3"?
Because the total depth is 4, including the top level workflow, so the called workflow depth limit is 3.
That said, this really reeks of an artificial limitation or suboptimal implementation, and is extremely limiting from an encapsulation and composability perspective. I hope there are plans in progress to address whatever the root failure is and remove this limit entirely (or set it to a number that no sane workflow can reach).
Crap, I just hit the limit. This comes as such a surprise!
Describe the enhancement
I am trying to generalize my resuable workflows. By doing so I hit the maximum depth limit:
I would like to be able to allow reusable workflows to call other reusable workflows and then call the initial one in my main workflow