mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
ci: avoid duplicate runs
Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
This commit is contained in:
parent
b548687a06
commit
40d754f03d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -2,7 +2,7 @@ name: "Run CI"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, reopened, synchronize, ready_for_review]
|
types: [opened, reopened]
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
@ -25,4 +25,4 @@ jobs:
|
|||||||
# - uses: ./.github/actions/setup-poetry
|
# - uses: ./.github/actions/setup-poetry
|
||||||
# - name: Build docs
|
# - name: Build docs
|
||||||
# run: poetry run mkdocs build --verbose --clean
|
# run: poetry run mkdocs build --verbose --clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user