We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b89e5a commit 09022d2Copy full SHA for 09022d2
.github/workflows/ci.yml
@@ -15,4 +15,5 @@ env:
15
16
jobs:
17
code-checks:
18
+ if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'DS4SD/docling-ibm-models' && github.event.pull_request.head.repo.full_name != 'ds4sd/docling-ibm-models') }}
19
uses: ./.github/workflows/checks.yml
0 commit comments