From b17150d3c0bdb5cc488bbf2c51e227511eadee31 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Thu, 11 Apr 2024 14:08:52 -0600 Subject: [PATCH] Disable code coverage upload in forks --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7378f7ab..74056b3a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -225,6 +225,7 @@ jobs: name: Finalize Coverage Upload needs: build runs-on: ubuntu-22.04 + if: github.repository == 'SFML/SFML' # Disable upload in forks steps: - name: Coveralls Finished