You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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