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

Commit dbfe71c

Browse files
authored
Adds runIf to linux_clang_tidy (#44759)
Related flutter/flutter#132605
1 parent 8f5f8b3 commit dbfe71c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.ci.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,19 @@ targets:
241241
timeout: 120
242242
properties:
243243
config_name: linux_clang_tidy
244+
runIf:
245+
- DEPS
246+
- .ci.yaml
247+
- tools/clang_tidy/**
248+
- ci/builders/**
249+
- ci/lint.sh
250+
- "**.h"
251+
- "**.c"
252+
- "**.cc"
253+
- "**.fbs"
254+
- "**.frag"
255+
- "**.vert"
256+
- "**.py"
244257

245258
- name: Linux linux_arm_host_engine
246259
recipe: engine_v2/engine_v2
@@ -364,8 +377,9 @@ targets:
364377
runIf:
365378
- DEPS
366379
- .ci.yaml
367-
- tools/**
368-
- ci/**
380+
- tools/clang_tidy/**
381+
- ci/builders/**
382+
- ci/lint.sh
369383
- "**.h"
370384
- "**.c"
371385
- "**.cc"

0 commit comments

Comments
 (0)