Remove temp 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:15:24 -04:00
co-authored by Claude Fable 5
parent 17e0beb7a6
commit 79d3a65441
-16
View File
@@ -1,16 +0,0 @@
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