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)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 3 Dec 2022 02:10:03 +0000 (03:10 +0100)
commit7c406a5f0837b0bfc293b723932695176a8ef6fe
treeb7e4ba7f927f87e3aa7fea9596a838f3d0a60766
parentce343653c2618e1d335662b924c382c0192b7b46
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>
.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