Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit be9a8e5

Browse files
authored
Add a similar runIf guard to web_engine as web framework. (#50846)
Right now `web_engine` builders are run unconditionally, which seems unnecessary.
1 parent 96d7502 commit be9a8e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,14 @@ targets:
291291
config_name: linux_web_engine
292292
drone_dimensions:
293293
- os=Linux
294+
runIf:
295+
- DEPS
296+
- .ci.yaml
297+
- lib/web_ui/**
298+
- web_sdk/**
299+
- tools/**
300+
- ci/**
301+
- flutter_frontend_server/**
294302

295303
- name: Linux linux_unopt
296304
recipe: engine_v2/engine_v2

0 commit comments

Comments
 (0)