mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
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
(cherry picked from commit 0e3c24d7a7)
This commit is contained in:
parent
354fd1f921
commit
c2ff985592
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue