Can I `include` one pipeline yaml in another?

Hey @benmcp!

We don’t support this out of the box and the way that GHA does it is via their parser; they scan for uses and inject it in to the workflow, or so I believe.

There is a way to do this, which I’ve written about previously and should hopefully help.

Cheers!