From 0d93cc181c35d3f6bf7204359696e9e7dfd0638d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 15 Aug 2020 12:22:46 +0300 Subject: Re-enabled the condition --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 98653a0..16a237c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,6 +2,6 @@ freebsd_instance: image_family: freebsd-12-1 test_task: -# only_if: "$CIRRUS_BRANCH == 'cirrus-ci' || $CIRRUS_BRANCH ~= 'pull/.*'" + only_if: "$CIRRUS_BRANCH == 'master' || $CIRRUS_PR != ''" skip: "!changesInclude('.cirrus.yml', '**.py', 'pyproject.toml', 'setup.*')" script: "env | sort" -- cgit v1.2.1