Skip to content

Commit a601379

Browse files
stuartmorganyutaaraki-toydium
authored andcommitted
Re-add tag filter (flutter#5918)
Re-adding filter removed in flutter#5883 per [discussion](https://github.com/flutter/plugins/pull/5883/files#r887442326)
1 parent 77365e5 commit a601379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gcp_credentials: ENCRYPTED[!ebad0a1f4f7a446b77944c33651460a7ab010b4617273cb016cf354eb8fc22aa92e37a3c58bfa4a0c40a799351e027a6!]
22

3-
# Run on PRs and main branch post submit only.
4-
only_if: $CIRRUS_PR != '' || $CIRRUS_BRANCH == 'main'
3+
# Run on PRs and main branch post submit only. Don't run tests when tagging.
4+
only_if: $CIRRUS_TAG == '' && ($CIRRUS_PR != '' || $CIRRUS_BRANCH == 'main')
55
env:
66
CHANNEL: "master" # Default to master when not explicitly set by a task.
77
PLUGIN_TOOL: "./script/tool/bin/flutter_plugin_tools.dart"

0 commit comments

Comments
 (0)