Remove workflow

This commit is contained in:
2026-03-08 22:43:17 +00:00
parent c0827fcf38
commit 3cac7d4bbd

View File

@@ -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!"