Run verify-binaries-signed on pre-submit when merging to release branches (#51221)

This commit is contained in:
Christopher Fujino 2020-02-25 18:12:29 -08:00 committed by GitHub
parent a4054938ce
commit 23757c28e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: