]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Be more specific about when to rerun workflows.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 26 Mar 2024 05:50:46 +0000 (16:50 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 26 Mar 2024 05:50:46 +0000 (16:50 +1100)
.github/workflows/c-cpp.yml
.github/workflows/cifuzz.yml
.github/workflows/selfhosted.yml
.github/workflows/upstream.yml

index 9f74bcd2b98d00a67c60a150d0bb1f3c96cfa474..3a1fd035813444a52ac164ddccfb27157634d642 100644 (file)
@@ -2,9 +2,9 @@ name: C/C++ CI
 
 on:
   push:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yaml' ]
   pull_request:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yaml' ]
 
 jobs:
   ci:
index 7ca8c4719b61f40f2503ef8f346faf44f383bc58..ab8b1c6e09712936d20819f2fa978195d1cca46f 100644 (file)
@@ -1,9 +1,9 @@
 name: CIFuzz
 on:
   push:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/cifuzz.yml' ]
   pull_request:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/cifuzz.yml' ]
 
 jobs:
   Fuzzing:
index 4e8819a428bc6490764bec27559a42697dc23cb0..ec0fd6bb674e3df752f5be2ef92c41a5b07cdf13 100644 (file)
@@ -2,7 +2,7 @@ name: C/C++ CI self-hosted
 
 on:
   push:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/selfhosted.yml' ]
 
 jobs:
   selfhosted:
index b280793d31f3aae944bc05ec7638c5911d7e3032..942714a37e342c57602decc7dca10efcc326e276 100644 (file)
@@ -3,7 +3,7 @@ name: Upstream self-hosted
 on:
   push:
     branches: [ master ]
-    paths: [ '**.c', '**.h', '.github/**' ]
+    paths: [ '**.c', '**.h', '.github/configs', '.github/workflows/upstream.yml' ]
 
 jobs:
   selfhosted: