From 405eef76e06499fcafb3a2b78ffcf0be8e74a1f0 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Mon, 1 Jul 2024 02:54:33 -0700 Subject: [PATCH] update --- .github/workflows/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index c968d8c0d..0a7f5e325 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -21,6 +21,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 1 + fetch-tags: true # We should not need other git commits, so removed # fetch-depth: 0