fix(ci): use /actions/runs endpoint in remaining wait-time steps #524

Merged
guettlibot merged 1 commits from refs/pull/524/head into main 2026-06-07 04:59:01 +00:00
guettlibot commented 2026-06-07 04:58:52 +00:00 (Migrated from codeberg.org)

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

  • Verified no remaining /actions/tasks occurrences in any workflow file
  • Diff limited to the 4 endpoint URL substitutions — no logic changes

Closes #523

🤖 Generated with Claude Code

## 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)
Sign in to join this conversation.