Skip to content

Commit a655bc9

Browse files
authored
chore: move to docling-project gh org (#110)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent ca7d584 commit a655bc9

File tree

5 files changed

+103
-103
lines changed

5 files changed

+103
-103
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ env:
1818

1919
jobs:
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

0 commit comments

Comments
 (0)