From c3b3a92dee48bdb97741c0d5fb17b3f4cb0361b8 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Sun, 24 Mar 2024 12:39:03 -0600 Subject: [PATCH] ci: match cirrus path rules to gha --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f1cb8dba078..0ca40e5825e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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.