[openwrt/openwrt] ci: kernel: trigger build check on changes in kernel.mk as well

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 4 08:37:40 PST 2022


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/de29c8bda75ad8a939562cd5c502c08a8bb63883

commit de29c8bda75ad8a939562cd5c502c08a8bb63883
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Wed Oct 19 23:02:43 2022 +0200

    ci: kernel: trigger build check on changes in kernel.mk as well
    
    So we can QA more parts of kernel build process.
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
    (cherry picked from commit 5e31c82bb506bff9c60c4d01791bea7a29e4a020)
---
 .github/workflows/kernel.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml
index b9605b0deb..c8d30c0758 100644
--- a/.github/workflows/kernel.yml
+++ b/.github/workflows/kernel.yml
@@ -4,13 +4,13 @@ on:
   pull_request:
     paths:
       - '.github/workflows/kernel.yml'
-      - 'include/kernel-*'
+      - 'include/kernel*'
       - 'package/kernel/**'
       - 'target/linux/generic/**'
   push:
     paths:
       - '.github/workflows/kernel.yml'
-      - 'include/kernel-*'
+      - 'include/kernel*'
       - 'package/kernel/**'
       - 'target/linux/generic/**'
 




More information about the lede-commits mailing list