Skip to content

Commit

Permalink
TEST ME DON'T MERGE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Aug 21, 2024
1 parent c3954c3 commit e395d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e395d31

Please sign in to comment.