## Summary
- `ci.yml`, `website.yml`, and `firebase-tests.yml` still used the wrong `/actions/tasks` endpoint in their "Print runner wait time" steps
- Issue #522 fixed this in `deploy.yml`; this PR applies the same fix to the remaining 4 occurrences across the other three workflow files
- The `/actions/tasks` response has no `workflow_runs` key, so the `created_at` lookup always failed silently, making wait times unreportable
## Test plan
- [x] Verified no remaining `/actions/tasks` occurrences in any workflow file
- [x] Diff limited to the 4 endpoint URL substitutions — no logic changes
Closes #523
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
ci.yml,website.yml, andfirebase-tests.ymlstill used the wrong/actions/tasksendpoint in their "Print runner wait time" stepsdeploy.yml; this PR applies the same fix to the remaining 4 occurrences across the other three workflow files/actions/tasksresponse has noworkflow_runskey, so thecreated_atlookup always failed silently, making wait times unreportableTest plan
/actions/tasksoccurrences in any workflow fileCloses #523
🤖 Generated with Claude Code