Skip to content

Commit

Permalink
ci: match cirrus path rules to gha
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted authored and abn committed Mar 24, 2024
1 parent 3e869d4 commit 6b64023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ freebsd_instance:
test_task:
name: "Tests / FreeBSD / "
only_if: $CIRRUS_TAG == ''
skip: "!changesInclude('.cirrus.yml', 'poetry.lock', 'pyproject.toml', '**.json','**.py')"
skip: "!changesInclude('.cirrus.yml', 'poetry.lock', 'pyproject.toml', 'src/**.py', 'tests/**')"
env:
# `SHELL` environment variable is not set by default, so we explicitly set it to
# avoid failures on tests that depend on it.
Expand Down

0 comments on commit 6b64023

Please sign in to comment.