summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-08-15 12:22:46 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-08-15 12:22:46 +0300
commit0d93cc181c35d3f6bf7204359696e9e7dfd0638d (patch)
tree5e51f53ebbe9e25459cb607639de8682f6c9785a
parentaedd9318fcbcade234853c1fbcb9333e8cfc7a7c (diff)
downloadwheel-git-cirrus-ci.tar.gz
Re-enabled the conditioncirrus-ci
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
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"