Skip to content

Commit dcd7c1d

Browse files
committed
chore(ci): disable report upload on forks
1 parent 31bae6b commit dcd7c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-godot4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
'res://addons/godot-playfab/test'
6262
timeout: 10
6363
report-name: report_godot-playfab_Godot${{ matrix.godot-version }}-${{ matrix.godot-status }}.xml
64-
64+
publish-report: ${{ github.event.pull_request.head.repo.full_name == github.repository }}

0 commit comments

Comments
 (0)