From 83b24cb61cbed6a38fcca069678416ef128ff687 Mon Sep 17 00:00:00 2001 From: Kinga Stefaniuk Date: Fri, 22 Nov 2024 10:37:16 +0100 Subject: [PATCH] CI: run mdadm tests on test scripts change Run mdadm tests scope on every change related to test files. Signed-off-by: Kinga Stefaniuk --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) 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' }} -- 2.47.2