diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 29ac65a..2868a2b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Cloning repo uses: actions/checkout@v4 with: - fetch-depth: full + fetch-depth: 2 - name: Set up JDK 17 and Maven uses: s4u/setup-maven-action@v1.7.0