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
This commit is contained in:
Nicki Křížek 2025-11-07 11:30:23 +01:00
parent f9858e4739
commit 0e3c24d7a7

View file

@ -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'