From 01e2bb2954a631971f2827f653720c0fffd26a04 Mon Sep 17 00:00:00 2001 From: Thomas SharedInbox Date: Thu, 4 Jun 2026 20:02:13 +0200 Subject: [PATCH] ci: restore timeout-minutes: 60 to prevent hung CI jobs The job timeout was removed in the simplification of ci.yml but is important to prevent CI jobs from running indefinitely if the Dagger engine connection hangs instead of failing fast. Co-Authored-By: Claude Sonnet 4.6 --- .forgejo/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 6e5cc8b..e25cbc5 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -4,6 +4,7 @@ jobs: check: name: Full Project Check runs-on: ubuntu-latest + timeout-minutes: 60 steps: - uses: actions/checkout@v4 - name: Setup Dagger Remote Engine