Change depth to 250 for large PRs (#972)

This commit is contained in:
ammallya
2025-09-12 09:18:02 -07:00
committed by GitHub
orang tua 2b68ac750e
melakukan 37f8da676a
+2 -2
Melihat File
@@ -38,9 +38,9 @@ jobs:
echo "shared/" >> .git/info/sparse-checkout
git remote add origin https://github.com/$(REPOSITORY_NAME).git
git fetch --depth=50 origin $(BASE_REF)
git fetch --depth=250 origin $(BASE_REF)
git fetch --depth=50 origin $(HEAD_SHA)
git fetch --depth=250 origin $(HEAD_SHA)
git checkout FETCH_HEAD