mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
Install Smoke: fetch docs base on demand
This commit is contained in:
8
.github/workflows/install-smoke.yml
vendored
8
.github/workflows/install-smoke.yml
vendored
@@ -19,9 +19,15 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 50
|
fetch-depth: 1
|
||||||
fetch-tags: false
|
fetch-tags: false
|
||||||
|
|
||||||
|
- name: Ensure docs-scope base commit
|
||||||
|
uses: ./.github/actions/ensure-base-commit
|
||||||
|
with:
|
||||||
|
base-sha: ${{ github.event_name == 'push' && github.event.before || github.event.pull_request.base.sha }}
|
||||||
|
fetch-ref: ${{ github.event_name == 'push' && github.ref_name || github.event.pull_request.base.ref }}
|
||||||
|
|
||||||
- name: Detect docs-only changes
|
- name: Detect docs-only changes
|
||||||
id: check
|
id: check
|
||||||
uses: ./.github/actions/detect-docs-changes
|
uses: ./.github/actions/detect-docs-changes
|
||||||
|
|||||||
Reference in New Issue
Block a user