Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 7fbde31

Browse files
committed
Update filter docs.
1 parent e89a02c commit 7fbde31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.cirrus.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
gcp_credentials: ENCRYPTED[!ebad0a1f4f7a446b77944c33651460a7ab010b4617273cb016cf354eb8fc22aa92e37a3c58bfa4a0c40a799351e027a6!]
22

3-
# Don't run on release tags since it creates O(n^2) tasks where n is the
4-
# number of plugins.
5-
# Don't run on 'master' since it's a mirror of 'main'.
3+
# Run on PRs and main branch post submit only.
64
only_if: $CIRRUS_PR != '' || $CIRRUS_BRANCH == 'main'
75
env:
86
CHANNEL: "master" # Default to master when not explicitly set by a task.

0 commit comments

Comments
 (0)