From b9b17df0ea1bc961a613ec4de149a6dc565a82f4 Mon Sep 17 00:00:00 2001 From: hsiegeln Date: Fri, 24 Apr 2026 18:25:52 +0200 Subject: [PATCH] .gitea/workflows/ci.yml aktualisiert --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index df4c0e8..f4eafd6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,7 +20,7 @@ on: jobs: build-test: - runs-on: ubuntu-latestf + runs-on: ubuntu-latest timeout-minutes: 20 env: PUBLIC_AUTH_SIGNIN_URL: ${{ secrets.PUBLIC_AUTH_SIGNIN_URL }}