diff --git a/.github/workflows/install-smoke.yml b/.github/workflows/install-smoke.yml index 682c240a1cf..d592e00a192 100644 --- a/.github/workflows/install-smoke.yml +++ b/.github/workflows/install-smoke.yml @@ -19,7 +19,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 50 + fetch-tags: false - name: Detect docs-only changes id: check