From: Kinga Stefaniuk Date: Fri, 22 Nov 2024 09:37:16 +0000 (+0100) Subject: CI: run mdadm tests on test scripts change X-Git-Tag: mdadm-4.4~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83b24cb61cbed6a38fcca069678416ef128ff687;p=thirdparty%2Fmdadm.git CI: run mdadm tests on test scripts change Run mdadm tests scope on every change related to test files. Signed-off-by: Kinga Stefaniuk --- 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' }}