**Description** Monitoring metrics are not sent if `workflow_call` is used. **To Reproduce** Workflow part example: ``` jobs: build-and-run-tests: uses: ./.github/workflows/build-and-run-tests-from-branch.yml ``` **Expected behavior** Metrics are sent and accessible in our monitoring system **Actual behavior** Metrics are not sent. Even more - at the pushgateway we have no log records of input connections **Visual proofs (screenshots, logs, images)** Dashboards are empty **Environment** Not applicable **Additional context** Not applicable