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