ci: Only upload codecov reports in the original repo, not in forks (#5953)

Co-authored-by: Bart Thomee <11445373+bthomee@users.noreply.github.com>
This commit is contained in:
Bart
2025-10-28 15:52:52 -04:00
committed by Bronek Kozicki
parent f38f299a86
commit 405575fd53

View File

@@ -126,7 +126,7 @@ jobs:
if-no-files-found: error
- name: Upload coverage report
if: ${{ inputs.cmake_target == 'coverage' }}
if: ${{ github.repository_owner == 'XRPLF' && inputs.cmake_target == 'coverage' }}
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
with:
disable_search: true