Skip to content

Commit aaa3eba

Browse files
authored
Limit fuchsia_precache in presubmit to engine rolls (flutter#142333)
This doesn't need to run on every PR in presubmit. Limit to engine rolls to validate the artifacts have been published. Fixes flutter#142330
1 parent a386473 commit aaa3eba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,9 @@ targets:
730730
shard: fuchsia_precache
731731
tags: >
732732
["framework", "hostonly", "shard", "linux"]
733+
runIf:
734+
- bin/internal/engine.version
735+
- .ci.yaml
733736

734737
- name: Linux gradle_desugar_classes_test
735738
recipe: devicelab/devicelab_drone

0 commit comments

Comments
 (0)