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:
@@ -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
|
||||
Reference in New Issue
Block a user