From a6d34a308ec4961d5f8ec0fa4bb749819b96c57c Mon Sep 17 00:00:00 2001 From: zetta Date: Sun, 25 Jan 2026 19:15:34 +0000 Subject: [PATCH] init --- .gitea/workflows/hello.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/hello.yaml diff --git a/.gitea/workflows/hello.yaml b/.gitea/workflows/hello.yaml new file mode 100644 index 0000000..44e660e --- /dev/null +++ b/.gitea/workflows/hello.yaml @@ -0,0 +1,12 @@ +name: Hello + +on: push + +jobs: + say_hello: + runs-on: ubuntu-latest + steps: + - run: echo Start + - run: sleep 10m + - run: echo HelloWorld + - run: echo end \ No newline at end of file