Disable code coverage upload in forks

This commit is contained in:
Chris Thrasher 2024-04-11 14:08:52 -06:00
parent efcfaf06fb
commit b17150d3c0

View File

@ -225,6 +225,7 @@ jobs:
name: Finalize Coverage Upload name: Finalize Coverage Upload
needs: build needs: build
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
if: github.repository == 'SFML/SFML' # Disable upload in forks
steps: steps:
- name: Coveralls Finished - name: Coveralls Finished