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

Commit c32f62d

Browse files
committed
Merge branch 'master' of github.com:flutter/engine into tests
2 parents 6f01a1d + 0bf86ad commit c32f62d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,22 +433,26 @@ targets:
433433
- web_sdk/**
434434

435435
- name: Mac iOS Engine Profile
436-
presubmit: false
437436
recipe: engine/engine
438437
properties:
439438
build_ios: "true"
440439
ios_profile: "true"
441440
jazzy_version: "0.14.1"
442441
timeout: 90
442+
runIf:
443+
- DEPS
444+
- .ci.yaml
443445

444446
- name: Mac iOS Engine Release
445-
presubmit: false
446447
recipe: engine/engine
447448
properties:
448449
build_ios: "true"
449450
ios_release: "true"
450451
jazzy_version: "0.14.1"
451452
timeout: 90
453+
runIf:
454+
- DEPS
455+
- .ci.yaml
452456

453457
- name: Linux ci_yaml engine roller
454458
bringup: true

0 commit comments

Comments
 (0)