mirror of https://github.com/openclaw/openclaw.git
CI: shallow scope checkouts
This commit is contained in:
parent
3d7bc5958d
commit
067ec4f0f9
|
|
@ -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…
Reference in New Issue