]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Rerun tests if run_tests.sh changes.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 20 Sep 2025 05:16:30 +0000 (15:16 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 20 Sep 2025 06:25:12 +0000 (16:25 +1000)
.github/workflows/c-cpp.yml
.github/workflows/selfhosted.yml

index ccf6a7822dd48dea9c1db41e311602eb32af3e69..eea1ac98a4e6ca1b1a3b45d46d2330473f2fbdc4 100644 (file)
@@ -12,9 +12,9 @@ name: C/C++ CI
 
 on:
   push:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yml' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/run_tests.sh', '.github/workflows/c-cpp.yml' ]
   pull_request:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yml' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/run_tests.sh', '.github/workflows/c-cpp.yml' ]
 
 jobs:
   ci:
index 3bc54d64b1edca5da1804b0c40370e5a102abfed..d717ca4c540cd0bdbf0056c8056b52d0e3932b5c 100644 (file)
@@ -2,7 +2,7 @@ name: C/C++ CI self-hosted
 
 on:
   push:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/selfhosted.yml' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/run_tests.sh', '.github/workflows/selfhosted.yml' ]
 
 jobs:
   selfhosted: