| origin | what | state | where | when |
|---|---|---|---|---|
| {{ 'local' if a.is_local else 'GitHub CI' }} | {% if a.is_local %}{{ a.label }}
{%- else %}{{ a.label }}{% endif %} |
{{ a.state }} | {{ a.detail }} | {{ a.when_text }} |
A local row ran on this machine through
./inv or this board; a GitHub CI
row ran on GitHub Actions, triggered by anyone.
No activity yet.
{% endif %}Runs on GitHub, not here. Workflows marked ⚠ publish to PyPI or cut release artifacts and need their exact name typed to confirm.
{% else %}Workflow list unavailable (needs an authenticated gh).
| server | working tree | latest tag | state |
|---|---|---|---|
| {{ v.target }} | {{ v.local or "—" }} |
{{ v.latest_tag or "—" }} |
{{ v.drift }} |
Read from the working tree and local tags — git fetch first if
another session may have pushed a tag.
GitHub Actions data unavailable: {{ gh_error }}
The gh CLI must be installed and authenticated
(gh auth login) for this panel.
No recent runs.
{% else %}| workflow | branch | event | state | started |
|---|---|---|---|---|
| {% if run.url %}{{ run.name }}{% else %}{{ run.name }}{% endif %} | {{ run.branch }} |
{{ run.event }} | {{ run.conclusion or run.status }} | {{ run.created_at[:16].replace("T", " ") }} |
Showing the {{ limit }} most recent runs, cached briefly.
{% endif %}