Skip to content

Commit

Permalink
cirrus: skip executing tests on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Sep 23, 2020
1 parent 5d8eb09 commit bd4fecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ freebsd_instance:

test_task:
name: "Tests / FreeBSD / "
only_if: $CIRRUS_TAG == ''
skip: "!changesInclude('.cirrus.yml', 'poetry.lock', 'pyproject.toml', '**.json','**.py')"
env:
matrix:
Expand Down

0 comments on commit bd4fecd

Please sign in to comment.