diff options
author | Kinga Stefaniuk <kinga.stefaniuk@intel.com> | 2024-11-22 10:37:16 +0100 |
---|---|---|
committer | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-11-22 10:40:25 +0100 |
commit | 83b24cb61cbed6a38fcca069678416ef128ff687 (patch) | |
tree | e34a8411d50ffd2efdb59738690c192a3a03dd91 | |
parent | debug: add timestamps for debug messages (diff) | |
download | mdadm-83b24cb61cbed6a38fcca069678416ef128ff687.tar.xz mdadm-83b24cb61cbed6a38fcca069678416ef128ff687.zip |
CI: run mdadm tests on test scripts change
Run mdadm tests scope on every change related to test files.
Signed-off-by: Kinga Stefaniuk <kinga.stefaniuk@intel.com>
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8dc12fb4..7bfbcb3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,6 +6,8 @@ on: paths: - '*.c' - '*.h' + - 'tests/*' + - 'test' jobs: upstream_tests: if: ${{ github.repository == 'md-raid-utilities/mdadm' }} |