Remove fetch tuning.

This commit is contained in:
Mike Yarosh
2025-12-02 15:31:24 +03:00
committed by GitHub
parent 2d4be14062
commit e1ea28748e

View File

@@ -12,8 +12,6 @@ jobs:
with:
ref: ${{ github.ref }}
submodules: recursive
fetch-tags: true
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
@@ -34,8 +32,6 @@ jobs:
with:
ref: ${{ github.ref }}
submodules: recursive
fetch-tags: true
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with: