From 5d8c21c88ac3bdad2274c09089cf535b1ec85d88 Mon Sep 17 00:00:00 2001 From: moilanik Date: Tue, 16 Jun 2026 09:13:07 +0300 Subject: [PATCH] pois --- .gitea/workflows/example-manual-hello.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .gitea/workflows/example-manual-hello.yml diff --git a/.gitea/workflows/example-manual-hello.yml b/.gitea/workflows/example-manual-hello.yml deleted file mode 100644 index b2626d3..0000000 --- a/.gitea/workflows/example-manual-hello.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Hello World (Manual) -on: - workflow_dispatch: -jobs: - greet: - runs-on: ubuntu-latest - steps: - - run: echo "Hello"