mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Disable code coverage upload in forks
This commit is contained in:
parent
efcfaf06fb
commit
b17150d3c0
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user