From ec6481bed84613ada10d52a39fd123ba88280952 Mon Sep 17 00:00:00 2001 From: drewroengoogle <102626803+drewroengoogle@users.noreply.github.com> Date: Thu, 21 Apr 2022 19:12:38 +0000 Subject: [PATCH] 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 --- .ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 13fdac329be..eaee1eb4d89 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -125,7 +125,7 @@ platform_properties: [ {"dependency": "xcode"}, {"dependency": "gems"}, - {"dependency": "ios_signing"} + {"dependency": "apple_signing"} ] os: Mac-12 cpu: x86 @@ -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