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