From 79d3a65441fd3012b8820c61ca34892472ad8300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Mon, 24 Aug 2026 22:15:24 -0400 Subject: [PATCH] Remove temp diagnostics workflow Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp --- .gitea/workflows/host-diagnostics.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .gitea/workflows/host-diagnostics.yml diff --git a/.gitea/workflows/host-diagnostics.yml b/.gitea/workflows/host-diagnostics.yml deleted file mode 100644 index ef3c04ef..00000000 --- a/.gitea/workflows/host-diagnostics.yml +++ /dev/null @@ -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