Skip to content

Commit 09022d2

Browse files
authored
chore: allow forks with synchronize event (#40)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent 3b89e5a commit 09022d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ env:
1515

1616
jobs:
1717
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') }}
1819
uses: ./.github/workflows/checks.yml

0 commit comments

Comments
 (0)