diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c8358e0670..9dc4d259e4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,12 +15,9 @@ jobs: version: [GZ2E01] steps: - # Checkout the repository (shallow clone) + # Checkout the repository - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - submodules: recursive # Set Git config - name: Git config