summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuke Street <luke@street.dev>2024-10-12 22:06:00 -0600
committerGitHub <noreply@github.com>2024-10-12 21:06:00 -0700
commit7ec2d804142b0809ddd9893fd54169805467ab26 (patch)
treeb44f871087a4195fc826c7944c7b6bc6df3d3062 /.github
parent8514737d46227a90aa29312ec24a679d0a5cf59d (diff)
Fix CI checkout speed (#2206)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7c8358e067..9dc4d259e4 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