The intention is to call this job manually.
For this workflow_dispatch should be used.
workflow_call is something different.
_call should be used when we compose different actions and this workflow can be calle by another one.
But this is not what we want/need.
The intention is to call this job manually. For this
workflow_dispatch
should be used.workflow_call
is something different._call
should be used when we compose different actions and this workflow can be calle by another one. But this is not what we want/need.