only run codecov on master (#46100)

This commit is contained in:
Christopher Fujino 2019-12-04 15:18:01 -08:00 committed by Flutter GitHub Bot
parent f213f92587
commit d88345e726

View file

@ -135,7 +135,7 @@ task:
- dart --enable-asserts ./dev/bots/test.dart
- name: tool_coverage-linux # linux-only
only_if: "$CIRRUS_PR == ''"
only_if: "$CIRRUS_BRANCH == 'master'"
environment:
# As of October 2019, the tool_coverage-linux shard needed at least 12G of RAM to run without
# getting OOM-killed, and even 8 CPUs took 25 minutes.