diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 83e0ca8..ae48354 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: export APK_TIMEOUT=10 export APK_RETRIES=1 export APK_PROGRESS=plain - apk update -v - apk add --no-cache curl jq + timeout 30s apk update -v + timeout 30s apk add --no-cache curl jq - name: Get Keycloak access token from Gitea secrets env: