Unverified Commit aaa3eba1 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

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
parent a386473e
......@@ -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
......
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