@@ -270,7 +270,7 @@ jobs:
270270 - run : ./run backend test jvm
271271 env :
272272 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
273- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
273+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
274274 name : Engine Test Reporter
275275 uses : dorny/test-reporter@v1
276276 with :
@@ -327,7 +327,7 @@ jobs:
327327 - run : ./run backend test jvm
328328 env :
329329 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
330- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
330+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
331331 name : Engine Test Reporter
332332 uses : dorny/test-reporter@v1
333333 with :
@@ -382,7 +382,7 @@ jobs:
382382 - run : ./run backend test jvm
383383 env :
384384 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
385- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
385+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
386386 name : Engine Test Reporter
387387 uses : dorny/test-reporter@v1
388388 with :
@@ -438,7 +438,7 @@ jobs:
438438 - run : ./run backend test jvm
439439 env :
440440 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
441- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
441+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
442442 name : Engine Test Reporter
443443 uses : dorny/test-reporter@v1
444444 with :
@@ -494,7 +494,7 @@ jobs:
494494 - run : ./run backend test jvm
495495 env :
496496 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
497- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
497+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
498498 name : Engine Test Reporter
499499 uses : dorny/test-reporter@v1
500500 with :
@@ -553,7 +553,7 @@ jobs:
553553 ENSO_LIB_S3_AWS_REGION : ${{ secrets.ENSO_LIB_S3_AWS_REGION }}
554554 ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY : ${{ secrets.ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY }}
555555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
556- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
556+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
557557 name : Standard Library Test Reporter
558558 uses : dorny/test-reporter@v1
559559 with :
@@ -613,7 +613,7 @@ jobs:
613613 ENSO_LIB_S3_AWS_REGION : ${{ secrets.ENSO_LIB_S3_AWS_REGION }}
614614 ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY : ${{ secrets.ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY }}
615615 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
616- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
616+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
617617 name : Standard Library Test Reporter
618618 uses : dorny/test-reporter@v1
619619 with :
@@ -671,7 +671,7 @@ jobs:
671671 ENSO_LIB_S3_AWS_REGION : ${{ secrets.ENSO_LIB_S3_AWS_REGION }}
672672 ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY : ${{ secrets.ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY }}
673673 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
674- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
674+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
675675 name : Standard Library Test Reporter
676676 uses : dorny/test-reporter@v1
677677 with :
@@ -730,7 +730,7 @@ jobs:
730730 ENSO_LIB_S3_AWS_REGION : ${{ secrets.ENSO_LIB_S3_AWS_REGION }}
731731 ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY : ${{ secrets.ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY }}
732732 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
733- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
733+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
734734 name : Standard Library Test Reporter
735735 uses : dorny/test-reporter@v1
736736 with :
@@ -789,7 +789,7 @@ jobs:
789789 ENSO_LIB_S3_AWS_REGION : ${{ secrets.ENSO_LIB_S3_AWS_REGION }}
790790 ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY : ${{ secrets.ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY }}
791791 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
792- - if : (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository
792+ - if : (success() || failure()) && ( github.event_name != 'pull_request' || github. event.pull_request.head.repo.full_name == github.repository)
793793 name : Standard Library Test Reporter
794794 uses : dorny/test-reporter@v1
795795 with :
0 commit comments