Unverified Commit ec6481be authored by drewroengoogle's avatar drewroengoogle Committed by GitHub

Change dependency from ios_signing to apple_signing (#102259)

* 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
parent 73b4a7cb
...@@ -125,7 +125,7 @@ platform_properties: ...@@ -125,7 +125,7 @@ platform_properties:
[ [
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "ios_signing"} {"dependency": "apple_signing"}
] ]
os: Mac-12 os: Mac-12
cpu: x86 cpu: x86
...@@ -3365,6 +3365,7 @@ targets: ...@@ -3365,6 +3365,7 @@ targets:
task_name: hot_mode_dev_cycle_macos_target__benchmark task_name: hot_mode_dev_cycle_macos_target__benchmark
runIf: runIf:
- dev/** - dev/**
- .ci.yaml
scheduler: luci scheduler: luci
- name: Mac_ios integration_test_test_ios - name: Mac_ios integration_test_test_ios
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment