From ebeb6148b6c8d56648505d250b690f0f0863d8a6 Mon Sep 17 00:00:00 2001 From: Thomas SharedInbox Date: Fri, 15 May 2026 00:24:09 +0200 Subject: [PATCH] fix(ci): reduce build-windows timeout to 5m until runner is registered 60-minute wait blocks every run. 5 minutes lets it fail fast with continue-on-error, leaving the rest of the workflow unaffected. Co-Authored-By: Claude Sonnet 4.6 --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 40bf2a7..604c134 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: needs: check if: github.ref == 'refs/heads/main' continue-on-error: true - timeout-minutes: 60 + timeout-minutes: 5 steps: - uses: actions/checkout@v4