fix deploy.yml #523

Closed
opened 2026-06-07 04:53:58 +00:00 by guettli · 1 comment
guettli commented 2026-06-07 04:53:58 +00:00 (Migrated from codeberg.org)
No description provided.
guettlibot commented 2026-06-07 04:59:27 +00:00 (Migrated from codeberg.org)

The fix is done. Here's a summary:


What was wrong: Issue #522 fixed the /actions/tasks/actions/runs endpoint in deploy.yml's "Print runner wait time" steps. The same bug remained in three other workflow files:

  • .forgejo/workflows/ci.yml (1 occurrence)
  • .forgejo/workflows/website.yml (1 occurrence)
  • .forgejo/workflows/firebase-tests.yml (2 occurrences)

The /actions/tasks endpoint doesn't return a workflow_runs key, so the created_at lookup always failed silently and runner wait times were never reported.

What was changed: Replaced all 4 remaining /actions/tasks?limit=100 occurrences with /actions/runs?limit=100, matching the fix already applied to deploy.yml.

PR: https://codeberg.org/guettli/sharedinbox/pulls/524 (auto-merge enabled, will merge once CI passes)

The fix is done. Here's a summary: --- **What was wrong:** Issue #522 fixed the `/actions/tasks` → `/actions/runs` endpoint in `deploy.yml`'s "Print runner wait time" steps. The same bug remained in three other workflow files: - `.forgejo/workflows/ci.yml` (1 occurrence) - `.forgejo/workflows/website.yml` (1 occurrence) - `.forgejo/workflows/firebase-tests.yml` (2 occurrences) The `/actions/tasks` endpoint doesn't return a `workflow_runs` key, so the `created_at` lookup always failed silently and runner wait times were never reported. **What was changed:** Replaced all 4 remaining `/actions/tasks?limit=100` occurrences with `/actions/runs?limit=100`, matching the fix already applied to `deploy.yml`. **PR:** https://codeberg.org/guettli/sharedinbox/pulls/524 (auto-merge enabled, will merge once CI passes)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: guettli/sharedinbox#523