From 6f82c58aeff48f07299cc6c112ead07d0cb4f1dc Mon Sep 17 00:00:00 2001 From: Dorian Date: Thu, 2 Apr 2026 14:03:50 +0100 Subject: [PATCH] fix: remove continue-on-error from checkout, increase timeout to 5min The continue-on-error flag causes the checkout step to always show a red cross in Gitea UI even on success. Removed it since the rsync fallback is now conditional and ~/archy is up to date. Increased timeout from 3 to 5 minutes for slow LAN fetches. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/build-iso-dev.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build-iso-dev.yml b/.gitea/workflows/build-iso-dev.yml index abb635e3..67826a21 100644 --- a/.gitea/workflows/build-iso-dev.yml +++ b/.gitea/workflows/build-iso-dev.yml @@ -15,8 +15,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 - timeout-minutes: 3 - continue-on-error: true + timeout-minutes: 5 - name: Sync from local repo (fallback if checkout failed) run: |