From 7e241db7d0e562df04005485f299fe88e8f7e2ca Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sat, 11 Jul 2026 17:45:45 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95wor?= =?UTF-8?q?kflow=E9=AA=8C=E8=AF=81Actions=E6=98=AF=E5=90=A6=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 000000000..9e83dbe1d --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,13 @@ +name: Test Workflow + +on: + workflow_dispatch: + +jobs: + test: + name: Test Job + runs-on: host + steps: + - name: Hello + shell: sh + run: echo "Hello World"