CI: kernel: generate ccache cache on kernel push
To actually use ccache cache on kernel test from pr, the kernel workflow has to be run first from a push action. This will permit as a side effect to test merged commits and catch commit that may cause regression in kernel compilation even outside the github system. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit 23e946d1aded1fc21125704c0819146d5772d72b)
This commit is contained in:
parent
303b784cc8
commit
8c4e39eb08
6
.github/workflows/kernel.yml
vendored
6
.github/workflows/kernel.yml
vendored
@ -7,6 +7,12 @@ on:
|
|||||||
- 'include/kernel-*'
|
- 'include/kernel-*'
|
||||||
- 'package/kernel/**'
|
- 'package/kernel/**'
|
||||||
- 'target/linux/generic/**'
|
- 'target/linux/generic/**'
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/kernel.yml'
|
||||||
|
- 'include/kernel-*'
|
||||||
|
- 'package/kernel/**'
|
||||||
|
- 'target/linux/generic/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user