aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-12-07 18:12:31 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2022-12-07 18:17:55 +0100
commit1c174fe0ba5f8d41ad83188aeda33fe342592569 (patch)
tree5a5dfdabbe9be05e4ab7a24eda41e42a960a73ee /.github
parent385f78780cbc9f65d0944d4d16b6a9190ae19e0d (diff)
downloadupstream-1c174fe0ba5f8d41ad83188aeda33fe342592569.tar.gz
upstream-1c174fe0ba5f8d41ad83188aeda33fe342592569.tar.bz2
upstream-1c174fe0ba5f8d41ad83188aeda33fe342592569.zip
CI: kernel: don't checkout and install feeds
We don't need to checkout feed and install feeds for kernel tests. This saves up to 2 minutes for each target kernel build test. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit 925e2a155ee4d4cc792fbf68aa9666e32a1f649b)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kernel.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml
index 5a8c1123af..0fd03749f3 100644
--- a/.github/workflows/kernel.yml
+++ b/.github/workflows/kernel.yml
@@ -68,7 +68,6 @@ jobs:
with:
target: ${{ matrix.target }}
build_all_kmods: true
- include_feeds: true
check-kernel-patches:
name: Check Kernel patches