diff --git a/.gitea/workflows/ping.yml b/.gitea/workflows/ping.yml deleted file mode 100644 index 6ad4248..0000000 --- a/.gitea/workflows/ping.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: ping -on: - push: - branches: [ main ] -jobs: - test: - runs-on: [llm-node-runner] - steps: - - name: Checkout - uses: https://gitea.com/actions/checkout@v4 - - name: Print working dir - run: pwd && ls -la