mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
Update ci.yml
Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
This commit is contained in:
parent
d75c5893a0
commit
20d27021cf
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -30,10 +30,10 @@ jobs:
|
||||
- name: print 2c
|
||||
run: echo "${{ github.event.pull_request.head.repo.full_name != 'ds4sd/docling' && github.event.pull_request.head.repo.full_name != 'DS4SD/docling' }}"
|
||||
to-skip:
|
||||
if: ${{ github.event_name == 'push' }} || ${{ github.event.pull_request.head.repo.full_name != 'DS4SD/docling' && github.event.pull_request.head.repo.full_name != 'ds4sd/docling' }}
|
||||
if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'DS4SD/docling' && github.event.pull_request.head.repo.full_name != 'ds4sd/docling') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "I was here..."
|
||||
- run: echo "I was here... event_name=${{ github.event_name }}"
|
||||
# code-checks:
|
||||
# if: ${{ github.event_name == 'push' }} || (${{ github.event.pull_request.head.repo.full_name != 'DS4SD/docling' && github.event.pull_request.head.repo.full_name != 'ds4sd/docling' }})
|
||||
# uses: ./.github/workflows/checks.yml
|
||||
|
Loading…
Reference in New Issue
Block a user