From: Nicki Křížek Date: Fri, 7 Nov 2025 10:30:23 +0000 (+0100) Subject: Fix CI trigger for system test modications X-Git-Tag: v9.21.16~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e3c24d7a7909365edeefd10a3284f2b29046a27;p=thirdparty%2Fbind9.git Fix CI trigger for system test modications Use bin/tests/system/**/* to detect changes to files not just directly inside the directory, but also all of its subdirectories. See https://docs.gitlab.com/ci/yaml/#ruleschanges --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af9da14ff36..adeb82d10b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -301,7 +301,7 @@ stages: .rule_mr_system_tests: &rule_mr_system_tests - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null' changes: - - 'bin/tests/system/**' + - 'bin/tests/system/**/*' .rule_mr_manual: &rule_mr_manual - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null'