From cd0a807cb2a73f37add7f134ac5ce672863c48e7 Mon Sep 17 00:00:00 2001 From: Gemini CLI Date: Sun, 17 May 2026 19:41:51 +0200 Subject: [PATCH] ci: switch to codeberg-medium runner and fix fetch-depth for website build --- .forgejo/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index f3785f3..0371a2d 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: check: name: Full Project Check - runs-on: ubuntu-latest + runs-on: codeberg-medium timeout-minutes: 60 steps: @@ -36,7 +36,7 @@ jobs: build-linux: name: Build Linux Release - runs-on: ubuntu-latest + runs-on: codeberg-medium needs: check if: github.ref == 'refs/heads/main' timeout-minutes: 60 @@ -71,7 +71,7 @@ jobs: deploy-playstore: name: Build & Deploy to Play Store - runs-on: ubuntu-latest + runs-on: codeberg-medium needs: check if: github.ref == 'refs/heads/main' timeout-minutes: 60 @@ -113,7 +113,7 @@ jobs: publish-website: name: Publish Website Build History - runs-on: ubuntu-latest + runs-on: codeberg-medium needs: [build-linux, deploy-playstore] if: | always() && @@ -124,7 +124,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 50 - name: Install Dagger & Task run: |