Describe the enhancement
I am trying to generalize my resuable workflows. By doing so I hit the maximum depth limit:
error parsing called workflow "./.github/workflows/build.yml@":
job "arch" calls workflow "./.github/workflows/docker-multistage-build.yml@",
but doing so would exceed the limit on called workflow depth of 2
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
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