Unverified Commit 9fe61f7b authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

skip fuchsia_precache-linux on release branches (#59705)

parent 719ea5a8
...@@ -121,7 +121,8 @@ task: ...@@ -121,7 +121,8 @@ task:
- dart --enable-asserts ./dev/bots/analyze.dart - dart --enable-asserts ./dev/bots/analyze.dart
- name: fuchsia_precache-linux # linux-only - 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: script:
- flutter precache --fuchsia --no-android --no-ios - flutter precache --fuchsia --no-android --no-ios
- flutter precache --flutter_runner --no-android --no-ios - flutter precache --flutter_runner --no-android --no-ios
......
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