only publish test report on push/merge

This commit is contained in:
marauder2k7 2024-05-15 07:55:52 +01:00
parent f963a78446
commit bd93ce3637
3 changed files with 3 additions and 0 deletions

View file

@ -95,3 +95,4 @@ jobs:
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
fail-on-error: false
if: github.event_name != 'pull_request'

View file

@ -76,3 +76,4 @@ jobs:
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
fail-on-error: false
if: github.event_name != 'pull_request'

View file

@ -72,3 +72,4 @@ jobs:
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
fail-on-error: false
if: github.event_name != 'pull_request'