Temp host diagnostics workflow

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
2026-08-24 22:09:10 -04:00
co-authored by Claude Fable 5
parent 6330c2b0a7
commit 17e0beb7a6
+16
View File
@@ -0,0 +1,16 @@
name: host-diagnostics
on:
workflow_dispatch:
jobs:
diag:
runs-on: ubuntu-latest
steps:
- name: Disk, memory, and load
run: |
df -h
echo ---
free -m
echo ---
uptime