diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 16e0aba..f17c38b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -15,6 +15,9 @@ jobs: test: runs-on: dind steps: + - name: sleep + shell: sh + run: sleep 300 - uses: actions/checkout@v4 - name: Get docker tags id: tags