From aaa3eba12d035d43d5e6b98e2dbecd93e04cd708 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 26 Jan 2024 14:34:20 -0800 Subject: [PATCH] Limit `fuchsia_precache` in presubmit to engine rolls (#142333) This doesn't need to run on every PR in presubmit. Limit to engine rolls to validate the artifacts have been published. Fixes https://github.com/flutter/flutter/issues/142330 --- .ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index a59d2d2430f..08572b4a537 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -730,6 +730,9 @@ targets: shard: fuchsia_precache tags: > ["framework", "hostonly", "shard", "linux"] + runIf: + - bin/internal/engine.version + - .ci.yaml - name: Linux gradle_desugar_classes_test recipe: devicelab/devicelab_drone