skip fuchsia_precache-linux on release branches (#59705)

This commit is contained in:
Christopher Fujino 2020-06-18 08:23:02 -07:00 committed by GitHub
parent 719ea5a8c0
commit 9fe61f7b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,8 @@ task:
- dart --enable-asserts ./dev/bots/analyze.dart
- name: fuchsia_precache-linux # linux-only
only_if: "changesInclude('.cirrus.yml', 'bin/internal/engine.version')"
# Skip on release branches
only_if: "changesInclude('.cirrus.yml', 'bin/internal/engine.version') && ($CIRRUS_BASE_BRANCH == 'master' || $CIRRUS_BRANCH == 'master')"
script:
- flutter precache --fuchsia --no-android --no-ios
- flutter precache --flutter_runner --no-android --no-ios