mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(dir): ✨⚡️ don't fetch all git history
This commit is contained in:
parent
44a1f1f2cf
commit
b82b6c4385
1 changed files with 1 additions and 1 deletions
2
.github/workflows/directory-migrate.yml
vendored
2
.github/workflows/directory-migrate.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
fetch-depth: 0
|
||||
fetch-depth: 50 # guess max depth for data migration branch to avoid fetching all while still allowing sync w/upstream
|
||||
|
||||
- name: Lint
|
||||
run: ./lint.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue