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