[openwrt/openwrt] CI: kernel: enable target testing also for pull request event

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 20 06:15:47 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6ca347379ab548b886723b754c70807de3be3538

commit 6ca347379ab548b886723b754c70807de3be3538
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Jan 20 15:13:21 2023 +0100

    CI: kernel: enable target testing also for pull request event
    
    Testing target changes was only set for push events. Enable this also
    for pull request events to enable testing pr making specific target
    changes.
    
    Fixes: 57a02cbbff5b ("CI: kernel: test each target with additional changes than target/linux")
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 .github/workflows/kernel.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml
index 2582a594ba..6a94e79779 100644
--- a/.github/workflows/kernel.yml
+++ b/.github/workflows/kernel.yml
@@ -8,7 +8,7 @@ on:
       - '.github/workflows/kernel.yml'
       - 'include/kernel*'
       - 'package/kernel/**'
-      - 'target/linux/generic/**'
+      - 'target/linux/**'
   push:
     paths:
       - '.github/workflows/check-kernel-patches.yml'




More information about the lede-commits mailing list