From feb19ce64ba8f3ea2ffeb04c031fac288bc083e3 Mon Sep 17 00:00:00 2001 From: zetta Date: Sat, 14 Feb 2026 18:02:12 +0000 Subject: [PATCH] 10m -> 5m --- .gitea/workflows/hello.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hello.yaml b/.gitea/workflows/hello.yaml index 44e660e..0e0e191 100644 --- a/.gitea/workflows/hello.yaml +++ b/.gitea/workflows/hello.yaml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - run: echo Start - - run: sleep 10m + - run: sleep 5m - run: echo HelloWorld - run: echo end \ No newline at end of file