From a1e294263198cdfe92ed0efcb353c875dee9f541 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Tue, 19 Oct 2021 14:08:02 -0700 Subject: [PATCH] [ci.yaml] Only run test ownership on tot (#92122) --- .ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index cce33a0465..50abde7bd7 100755 --- a/.ci.yaml +++ b/.ci.yaml @@ -715,7 +715,9 @@ targets: - name: Linux test_ownership recipe: infra/test_ownership - timeout: 60 + enabled_branches: + - main + - master properties: tags: > ["framework","hostonly","shard"]