diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 2c8e2457ec22..5e2216772b4b 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -544,7 +544,8 @@ jobs: native-tests-stats-upload: name: Upload build stats to collector - if: always() && inputs.build-stats-tag != 'null' && github.event_name != 'pull_request' && needs.native-tests.result != 'skipped' && needs.native-tests.result != 'cancelled' + # if: always() && inputs.build-stats-tag != 'null' && github.event_name != 'pull_request' && needs.native-tests.result != 'skipped' && needs.native-tests.result != 'cancelled' + if: always() && inputs.build-stats-tag != 'null' && needs.native-tests.result != 'skipped' && needs.native-tests.result != 'cancelled' needs: - native-tests - get-test-matrix