chore(debug): add needs probe job in caller workflow
Some checks failed
Project CI-testing / preflight_debug (push) Successful in 5s
Project CI-testing / needs_probe (push) Successful in 4s
Project CI-testing / ci (push) Failing after 2m28s

Add a non-reusable job chained by needs to isolate whether ci=0s is caused by needs handling for reusable uses jobs.

Made-with: Cursor
This commit is contained in:
WDI-Ideas
2026-04-08 17:41:50 +05:30
parent c840fdc81b
commit 786f7389ac

View File

@@ -17,6 +17,16 @@ jobs:
echo "DBG_CALLER_RUN_DEPLOY='${{ vars.RUN_DEPLOY }}'"
#endregion
needs_probe:
needs: [preflight_debug]
runs-on: ubuntu-latest
steps:
#region agent log
- name: Probe non-reusable needs chaining
run: |
echo "DBG_NEEDS_PROBE='after_preflight_ok'"
#endregion
ci:
needs: [preflight_debug]
# Pin SHA (bump when wdipl-actions ci.yml changes). Propagates ci_steps via build workflow outputs.