CI: shallow scope checkouts

This commit is contained in:
Vincent Koc 2026-03-06 14:15:06 -05:00
parent 3d7bc5958d
commit 067ec4f0f9
1 changed files with 4 additions and 2 deletions

View File

@ -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