GitHub Actions
GitHub Actions reusable workflow is missing workflow_call
GitHub Actions cannot treat a workflow as reusable unless the called workflow explicitly declares the workflow_call trigger.
GitHub Actions
GitHub Actions cannot treat a workflow as reusable unless the called workflow explicitly declares the workflow_call trigger.
Observed message
For a workflow to be reusable, the values for `on` must include `workflow_call`.
Why it happens
How to fix it
Official reference
GitHub Docs: Reuse workflowsRelated errors
Explore more