diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9aa81b81306..199c6a8b1b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 50 + fetch-tags: false submodules: false - name: Detect docs-only changes @@ -45,7 +46,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 50 + fetch-tags: false submodules: false - name: Detect changed scopes