CI: Extract the OpenWrt building to own sub workflow
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 1 Nov 2022 18:10:01 +0000 (19:10 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 4 Dec 2022 15:28:03 +0000 (16:28 +0100)
commit02391a5e5afb17378d4d9b67adef89c4c18fc558
treeccbf04440634106f2dc3490769feed053f690c69
parent43980bfbf08365b2c92a51d1d82b2489106a8e12
CI: Extract the OpenWrt building to own sub workflow

Extract the building of OpenWrt into an own workflow which is then
triggered by the kernel.yml and packages.yml workflow with different
inputs. This allows us to share much of the code of the workflow.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 7c406a5f0837b0bfc293b723932695176a8ef6fe)
.github/workflows/build.yml [new file with mode: 0644]
.github/workflows/check-kernel-patches.yml [new file with mode: 0644]
.github/workflows/kernel.yml
.github/workflows/packages.yml