From 7a50802d2ba8456598212ac8d3d6b52514321afb Mon Sep 17 00:00:00 2001 From: Mouad Debbar Date: Fri, 27 Dec 2024 14:16:57 -0500 Subject: [PATCH] Add missing DEPS to runIf (#160913) Few entries were missed in https://github.com/flutter/flutter/pull/160706 and caused [failures](https://github.com/flutter/flutter/pull/160191/checks?check_run_id=34920131317) when [this](https://github.com/flutter/cocoon/pull/4137) landed. --- .ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 604c7d829a..ff28c2e17b 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -555,6 +555,8 @@ targets: ["framework", "hostonly", "shard", "linux"] runIf: - .ci.yaml + - DEPS + - engine/** - name: Linux customer_testing # This really just runs dev/bots/customer_testing/ci.sh, @@ -2229,6 +2231,8 @@ targets: - packages/** - bin/** - .ci.yaml + - DEPS + - engine/** - name: Linux web_skwasm_tests_5 recipe: flutter/flutter_drone @@ -2990,6 +2994,8 @@ targets: runIf: - .ci.yaml - dev/** + - DEPS + - engine/** # linux mokey test - name: Linux_mokey hybrid_android_views_integration_test @@ -4837,6 +4843,8 @@ targets: runIf: - .ci.yaml - dev/** + - DEPS + - engine/** timeout: 60 properties: tags: >