The "Print runner wait time" steps were querying /actions/tasks but
filtering on data.get('workflow_runs', []), which the tasks endpoint
does not return. Switch to /actions/runs, whose response includes the
workflow_runs array with run_number and created_at fields.
Closes #521
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>