update ci

This commit is contained in:
Fangjun Kuang 2025-06-24 11:17:43 +08:00
parent bbbf798375
commit 5fe1fad4ec

View File

@ -34,7 +34,7 @@ concurrency:
jobs: jobs:
build-doc: build-doc:
if: github.event.label.name == 'doc' || github.event_name == 'push' # if: github.event.label.name == 'doc' || github.event_name == 'push'
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -43,7 +43,7 @@ jobs:
python-version: ["3.8"] python-version: ["3.8"]
steps: steps:
# refer to https://github.com/actions/checkout # refer to https://github.com/actions/checkout
- uses: actions/checkout@v2 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0