Commit 4704d375 by Arun Babu Neelicattu Committed by finswimmer

cirrus: fix skip condition

This works around a glob parsing bug in cirrus-ci.

Relates-to: cirruslabs/cirrus-ci-docs#696
parent e0b00a4e
...@@ -3,7 +3,7 @@ freebsd_instance: ...@@ -3,7 +3,7 @@ freebsd_instance:
test_task: test_task:
name: "Tests / FreeBSD / " name: "Tests / FreeBSD / "
skip: "!changesInclude('.cirrus.yml', '**.{py,json,lock,toml}')" skip: "!changesInclude('.cirrus.yml', 'poetry.lock', 'pyproject.toml', '**.json','**.py')"
env: env:
matrix: matrix:
- PYTHON: python2.7 - PYTHON: python2.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment