mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
CI: shallow scope checkouts
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -21,7 +21,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 50
|
||||||
|
fetch-tags: false
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|
||||||
- name: Detect docs-only changes
|
- name: Detect docs-only changes
|
||||||
@@ -45,7 +46,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 50
|
||||||
|
fetch-tags: false
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|
||||||
- name: Detect changed scopes
|
- name: Detect changed scopes
|
||||||
|
|||||||
Reference in New Issue
Block a user