Skip to content

Commit c1d68a6

Browse files
authored
Update review.yaml
1 parent 78ba5c7 commit c1d68a6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/review.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ env:
2222
# empty except for pull_request events
2323
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
2424

25-
# Full clones of Squid repository branches (depth=19000+) waste resources,
26-
# while excessively shallow clones break tests that check for past commits
27-
# (e.g., to skip a particular test until a known bug is fixed) or generate
28-
# diffs against them (e.g., for `git diff --check`). This arbitrary limit
29-
# tries to balance the two concerns.
30-
CHECKOUT_FETCH_DEPTH: 1001
31-
3225
jobs:
3326

3427
hold-for-review:

0 commit comments

Comments
 (0)