Commit d88345e7 authored by Christopher Fujino's avatar Christopher Fujino Committed by Flutter GitHub Bot

only run codecov on master (#46100)

parent f213f925
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment