mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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 23e946d1ad)
This commit is contained in:
parent
9718dffd27
commit
305688f537
1 changed files with 6 additions and 0 deletions
6
.github/workflows/kernel.yml
vendored
6
.github/workflows/kernel.yml
vendored
|
|
@ -7,6 +7,12 @@ on:
|
|||
- 'include/kernel-*'
|
||||
- 'package/kernel/**'
|
||||
- 'target/linux/generic/**'
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/kernel.yml'
|
||||
- 'include/kernel-*'
|
||||
- 'package/kernel/**'
|
||||
- 'target/linux/generic/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue