diff options
-rw-r--r-- | .cirrus/.cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/.cirrus.yml b/.cirrus/.cirrus.yml index 27126e4d61d..692d784ecac 100644 --- a/.cirrus/.cirrus.yml +++ b/.cirrus/.cirrus.yml @@ -1,4 +1,4 @@ -only_if: $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' ) +only_if: $CIRRUS_TAG == "" && ($CIRRUS_PR == "3370" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' ) skip: $CIRRUS_BRANCH == "public_master" || $CIRRUS_BRANCH =~ "dogfood/.*" env: |