File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 55 # Nightly build at 3:42 A.M.
66 - cron : " 42 3 */1 * *"
77 pull_request :
8- types : [opened, reopened]
8+ types : [opened, reopened, synchronize ]
99 push :
1010 branches :
1111 - " **"
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') }}
2122 uses : ./.github/workflows/checks.yml
2223 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') }}
2325 uses : ./.github/workflows/wheels.yml
2426 rhel-build :
27+ 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') }}
2528 uses : ./.github/workflows/rhel.yml
2629
You can’t perform that action at this time.
0 commit comments