When using a reusable workflow in the same repository and folder as the workflow files, it is not hidden. In GitHub Actions, reusable workflows need to be named "_job-xxx" and, by convention, are hidden from the GitHub Actions workflow list.
When using a reusable workflow in the same repository and folder as the workflow files, it is not hidden.
In GitHub Actions, reusable workflows need to be named "_job-xxx" and, by convention, are hidden from the GitHub Actions workflow list.