diff --git a/.forgejo/workflows/example.yaml b/.forgejo/workflows/example.yaml index e4b0107..8a26754 100644 --- a/.forgejo/workflows/example.yaml +++ b/.forgejo/workflows/example.yaml @@ -6,10 +6,10 @@ on: jobs: build: - runs-on: zarm + runs-on: lala steps: - name: Hello World run: | - sleep 20 + sleep 60 echo "Hello World!" \ No newline at end of file