From 23757c28e3db668828718d1ecee18cdac07c2da6 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Tue, 25 Feb 2020 18:12:29 -0800 Subject: [PATCH] Run verify-binaries-signed on pre-submit when merging to release branches (#51221) --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1ed0800ad3e..c2d0340f24f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -598,7 +598,8 @@ task: - name: verify_binaries_codesigned-macos # macos-only # TODO(fujino): remove this `only_if` after https://github.com/flutter/flutter/issues/44372 - only_if: "$CIRRUS_BRANCH == 'dev' || $CIRRUS_BRANCH == 'beta' || $CIRRUS_BRANCH == 'stable' || $CIRRUS_BRANCH =~ '.*hotfix.*'" + # Do not run on master pre/post submit + only_if: "$CIRRUS_BASE_BRANCH != 'master' && $CIRRUS_BRANCH != 'master'" depends_on: - analyze-linux script: