From 077b97b58ba3931ef31731533965b7c1ffb97430 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Fri, 29 Apr 2022 07:42:12 -0700 Subject: [PATCH] [ci] Don't run Cirrus tests on `master` Addresses https://github.com/flutter/flutter/issues/102801 for this repository. --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 1b500681efe3b..8bd56bd099c11 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,8 @@ gcp_credentials: ENCRYPTED[!2c88dee9c9d9805b214c9f7ad8f3bc8fae936cdb0f881d562101151c408c7e024a41222677d5831df90c60d2dd6cd80a!] +# Don't run on 'master' since it's a mirror of 'main'. +only_if: $CIRRUS_BRANCH != 'master' + # LINUX task: gke_container: