]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
CI: run mdadm tests on test scripts change
authorKinga Stefaniuk <kinga.stefaniuk@intel.com>
Fri, 22 Nov 2024 09:37:16 +0000 (10:37 +0100)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Fri, 22 Nov 2024 09:40:25 +0000 (10:40 +0100)
Run mdadm tests scope on every change related to test files.

Signed-off-by: Kinga Stefaniuk <kinga.stefaniuk@intel.com>
.github/workflows/tests.yml

index 8dc12fb4fd72a0d34a8d41ece0e91aed83f8cbf9..7bfbcb3a0a7390a61f005d25f8f51068ca118dfb 100644 (file)
@@ -6,6 +6,8 @@ on:
     paths:
       - '*.c'
       - '*.h'
+      - 'tests/*'
+      - 'test'
 jobs:
   upstream_tests:
      if: ${{ github.repository == 'md-raid-utilities/mdadm' }}