diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml deleted file mode 100644 index 25d4682..0000000 --- a/.gitea/workflows/hello.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Hello World - -on: - push: - branches: - - main # or your default branch - -jobs: - test: - runs-on: self-hosted - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Print Hello World - run: | - echo "Hello, Gitea runner!"