Skip to content

Bug: job result tracking incorrect — completed jobs shown as FAIL, COMPLETED counter stays at 0 #68

@STRRL

Description

@STRRL

Description

The dashboard shows incorrect job result status:

  1. COMPLETED counter is always 00 — even though GitHub Actions shows multiple successful workflow runs (golangci-lint, Unit Test, etc. all with green checkmarks).
  2. RECENT JOBS all show FAIL — the list is full of red FAIL results, but GitHub Actions clearly shows successful runs. Only a few entries show RUN (which appears to mean "currently running"), and none show a success/completed state.

Screenshots

Expected

  • COMPLETED counter should reflect actually completed (successful) jobs
  • RECENT JOBS should show correct result per job (SUCCESS / FAIL / RUN)
  • The job result should come from the actual GitHub Actions workflow run conclusion, not just the runner lifecycle

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions