From 7871c3218e78063bde4764664b6194647dd4c2de Mon Sep 17 00:00:00 2001 From: Matthew Howle Date: Sun, 20 Apr 2025 01:14:38 -0400 Subject: [PATCH] Delete .gitea/workflow/ci.yml --- .gitea/workflow/ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitea/workflow/ci.yml diff --git a/.gitea/workflow/ci.yml b/.gitea/workflow/ci.yml deleted file mode 100644 index 2c70e8f..0000000 --- a/.gitea/workflow/ci.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Test - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - test-ci: - runs-on: ubuntu-latest - - steps: - - name: Checkout repo - uses: actions/checkout@v4 - - - name: Test - run: | - whoami - env - - - name: Print success - run: echo "✅ Rootless Docker is working inside Gitea act_runner"