From afdbc472a4727994091421497f65b8eb6666a537 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 6 Mar 2026 14:15:10 -0500 Subject: [PATCH] Install Smoke: shallow docs-scope checkout --- .github/workflows/install-smoke.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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