Skip to content

Commit

Permalink
Change dependency from ios_signing to apple_signing (flutter#102259)
Browse files Browse the repository at this point in the history
* Change dependency name to apple_signing for a better understanding of it's use

* Updated Mac_ios test to run if .ci.yaml is updated
  • Loading branch information
drewroengoogle authored and egramond committed May 5, 2022
1 parent 7927c01 commit a53e34c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ platform_properties:
[
{"dependency": "xcode"},
{"dependency": "gems"},
{"dependency": "ios_signing"}
{"dependency": "apple_signing"}
]
os: Mac-12
cpu: x86
Expand Down Expand Up @@ -3365,6 +3365,7 @@ targets:
task_name: hot_mode_dev_cycle_macos_target__benchmark
runIf:
- dev/**
- .ci.yaml
scheduler: luci

- name: Mac_ios integration_test_test_ios
Expand Down

0 comments on commit a53e34c

Please sign in to comment.