CI: shallow scope checkouts
This commit is contained in:
parent
3d7bc5958d
commit
067ec4f0f9
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user