mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
only run codecov on master (#46100)
This commit is contained in:
committed by
Flutter GitHub Bot
parent
f213f92587
commit
d88345e726
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user