[Feature request] Support reusable workflows
Currently the workflow provides no metrics for reusable workflows.
It'd be great if they were supported as in bigger GH Actions pipelines reusable workflows are very helpful on top of using shared actions
What do you mean, exactly? We're using this action from reusable workflows, and the metrics properly show up under the consumer workflows. See e.g. here).
@Piedone you're not using reusable workflows, you're using modular workflows. Reusable workflows is when you use workflow_call event in the workflow and one workflow reuses workflows inside of it. Docs here https://docs.github.com/en/actions/using-workflows/reusing-workflows