summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-10-08 19:25:54 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2022-10-11 16:47:24 +0200
commit23e946d1aded1fc21125704c0819146d5772d72b (patch)
tree0ec5f886ef268ab9a17ee5c1abd23bac999a678d /.github/workflows
parentbb212092dfef41ace28f599324d45062a52746ab (diff)
downloadopenwrt-23e946d1aded1fc21125704c0819146d5772d72b.tar.gz
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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/kernel.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml
index 0ba8c27e2e..25d6d265eb 100644
--- a/.github/workflows/kernel.yml
+++ b/.github/workflows/kernel.yml
@@ -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