Skip to content

Commit b17150d

Browse files
committed
Disable code coverage upload in forks
1 parent efcfaf0 commit b17150d

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
@@ -225,6 +225,7 @@ jobs:
225225
name: Finalize Coverage Upload
226226
needs: build
227227
runs-on: ubuntu-22.04
228+
if: github.repository == 'SFML/SFML' # Disable upload in forks
228229

229230
steps:
230231
- name: Coveralls Finished

0 commit comments

Comments
 (0)