mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
Update ci.yml
Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
This commit is contained in:
parent
96219783ff
commit
d75c5893a0
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@ -27,13 +27,18 @@ jobs:
|
|||||||
run: echo "${{ github.event.pull_request.head.repo.full_name != 'DS4SD/docling' }}"
|
run: echo "${{ github.event.pull_request.head.repo.full_name != 'DS4SD/docling' }}"
|
||||||
- name: print 2b
|
- name: print 2b
|
||||||
run: echo "${{ github.event.pull_request.head.repo.full_name != 'ds4sd/docling' }}"
|
run: echo "${{ github.event.pull_request.head.repo.full_name != 'ds4sd/docling' }}"
|
||||||
- name: print 2a
|
- name: print 2c
|
||||||
run: echo "${{ github.event.pull_request.head.repo.full_name != 'ds4sd/docling' && github.event.pull_request.head.repo.full_name != 'DS4SD/docling' }}"
|
run: echo "${{ github.event.pull_request.head.repo.full_name != 'ds4sd/docling' && github.event.pull_request.head.repo.full_name != 'DS4SD/docling' }}"
|
||||||
code-checks:
|
to-skip:
|
||||||
if: ${{ github.event_name == 'push' }} || (${{ github.event.pull_request.head.repo.full_name != 'DS4SD/docling' && github.event.pull_request.head.repo.full_name != 'ds4sd/docling' }})
|
if: ${{ github.event_name == 'push' }} || ${{ github.event.pull_request.head.repo.full_name != 'DS4SD/docling' && github.event.pull_request.head.repo.full_name != 'ds4sd/docling' }}
|
||||||
uses: ./.github/workflows/checks.yml
|
runs-on: ubuntu-latest
|
||||||
build-docs:
|
steps:
|
||||||
if: false
|
- run: echo "I was here..."
|
||||||
uses: ./.github/workflows/docs.yml
|
# code-checks:
|
||||||
with:
|
# if: ${{ github.event_name == 'push' }} || (${{ github.event.pull_request.head.repo.full_name != 'DS4SD/docling' && github.event.pull_request.head.repo.full_name != 'ds4sd/docling' }})
|
||||||
deploy: false
|
# uses: ./.github/workflows/checks.yml
|
||||||
|
# build-docs:
|
||||||
|
# if: false
|
||||||
|
# uses: ./.github/workflows/docs.yml
|
||||||
|
# with:
|
||||||
|
# deploy: false
|
||||||
|
Loading…
Reference in New Issue
Block a user