From 3cac7d4bbd81210b4a13e0b794242df7992c54d1 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 8 Mar 2026 22:43:17 +0000 Subject: [PATCH] Remove workflow --- .gitea/workflows/hello.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitea/workflows/hello.yml 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!"