From 7ec2d804142b0809ddd9893fd54169805467ab26 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sat, 12 Oct 2024 22:06:00 -0600 Subject: [PATCH] Fix CI checkout speed (#2206) --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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