From afabca82310e6c5e9f66c6fb5c934375a09cf4ac Mon Sep 17 00:00:00 2001 From: LeonG11 Date: Thu, 7 May 2026 14:57:36 +0300 Subject: [PATCH] commit --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 69599cf..525650a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth:1 - name: Test Backend run: |