File tree Expand file tree Collapse file tree 5 files changed +103
-103
lines changed Expand file tree Collapse file tree 5 files changed +103
-103
lines changed Original file line number Diff line number Diff line change 1818
1919jobs :
2020 code-checks :
21- if : ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'DS4SD /docling-parse' && github.event.pull_request.head.repo.full_name != 'ds4sd /docling-parse') }}
21+ if : ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'docling-project /docling-parse' && github.event.pull_request.head.repo.full_name != 'docling-project /docling-parse') }}
2222 uses : ./.github/workflows/checks.yml
2323 build-wheels :
24- if : ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'DS4SD /docling-parse' && github.event.pull_request.head.repo.full_name != 'ds4sd /docling-parse') }}
24+ if : ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'docling-project /docling-parse' && github.event.pull_request.head.repo.full_name != 'docling-project /docling-parse') }}
2525 uses : ./.github/workflows/wheels.yml
2626 permissions :
2727 id-token : write # needed also if not used (see publish condition)
2828 contents : write # needed also if not used (see publish condition)
2929 rhel-build :
30- if : ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'DS4SD /docling-parse' && github.event.pull_request.head.repo.full_name != 'ds4sd /docling-parse') }}
30+ if : ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'docling-project /docling-parse' && github.event.pull_request.head.repo.full_name != 'docling-project /docling-parse') }}
3131 uses : ./.github/workflows/rhel.yml
3232
You can’t perform that action at this time.
0 commit comments