diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-08-15 12:22:46 +0300 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-08-15 12:22:46 +0300 |
commit | 0d93cc181c35d3f6bf7204359696e9e7dfd0638d (patch) | |
tree | 5e51f53ebbe9e25459cb607639de8682f6c9785a | |
parent | aedd9318fcbcade234853c1fbcb9333e8cfc7a7c (diff) | |
download | wheel-git-cirrus-ci.tar.gz |
Re-enabled the conditioncirrus-ci
-rw-r--r-- | .cirrus.yml | 2 |
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" |