don't run verify_binaries_codesigned test on experimental branches (#52348)

This commit is contained in:
Christopher Fujino 2020-03-10 14:28:46 -07:00 committed by GitHub
parent 7f564b7436
commit 3d0082d054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -612,8 +612,8 @@ task:
- name: verify_binaries_codesigned-macos # macos-only
# TODO(fujino): remove this `only_if` after https://github.com/flutter/flutter/issues/44372
# Do not run on master pre/post submit
only_if: "$CIRRUS_BASE_BRANCH != 'master' && $CIRRUS_BRANCH != 'master'"
# Only run pre/post submit for release branches
only_if: "$CIRRUS_BASE_BRANCH == 'dev' || $CIRRUS_BRANCH == 'dev' || $CIRRUS_BASE_BRANCH == 'beta' || $CIRRUS_BRANCH == 'beta' || $CIRRUS_BASE_BRANCH == 'stable' || $CIRRUS_BRANCH == 'stable'"
depends_on:
- analyze-linux
script: