daily-tracker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 93eaebc03fb9772815fda5621d5e2948ee7ffce1
parent be29a617828a4ac4f43a6f8811d4d9edc6c856f3
Author: Silas Brack <silasbrack@gmail.com>
Date:   Mon,  1 Jun 2026 19:33:30 +0200

fix: increase CI job timeout to 15 minutes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Diffstat:
M.forgejo/workflows/bump-infra.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.forgejo/workflows/bump-infra.yml b/.forgejo/workflows/bump-infra.yml @@ -7,6 +7,7 @@ on: jobs: bump: runs-on: native + timeout-minutes: 15 steps: - name: Bump daily-tracker in infrastructure run: |