From 4c983d4ab6f3a245752327677d19d6c0e17a5585 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 6 Aug 2026 16:19:51 +0000 Subject: [PATCH] chore: remove CI workflow (no runner available, re-add when act_runner is configured) --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index eb30423..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: CI - -on: - push: - pull_request: - -jobs: - basic-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Show tree - run: find . -maxdepth 3 | sort