Unverified Commit 9322c808 authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

temporarily skip verify codesigned binaries test until only_if bug is fixed (#60302)

parent 5d2c8694
......@@ -657,6 +657,7 @@ task:
- ./dev/bots/deploy_gallery.sh
- name: verify_binaries_codesigned-macos # macos-only
skip: true # TODO(fujino): restore once https://github.com/flutter/flutter/issues/60296 resolved
# TODO(fujino): remove this `only_if` after https://github.com/flutter/flutter/issues/44372
# 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'"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment