projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dee596
)
CI: kernel: enable target testing also for pull request event
author
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 20 Jan 2023 14:13:21 +0000
(15:13 +0100)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 20 Jan 2023 14:14:53 +0000
(15:14 +0100)
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@gmail.com>
.github/workflows/kernel.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/kernel.yml
b/.github/workflows/kernel.yml
index 2582a594ba4207609e72fb291c53415a9b5c2be2..6a94e7977987bdb77d1fcffe6627f699645eaa72 100644
(file)
--- 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'