Description
The dashboard shows incorrect job result status:
- COMPLETED counter is always 00 — even though GitHub Actions shows multiple successful workflow runs (golangci-lint, Unit Test, etc. all with green checkmarks).
- 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
Description
The dashboard shows incorrect job result status:
Screenshots
Expected