2023-01-11 09:26:16 +00:00
|
|
|
# ci:kernel:x86:64 is going to trigger CI kernel check jobs for x86/64 target
|
|
|
|
|
|
|
|
name: Build kernel and check patches for target specified in labels
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
types:
|
|
|
|
- labeled
|
|
|
|
|
|
|
|
jobs:
|
2023-06-19 11:55:32 +00:00
|
|
|
build-kernels-label:
|
|
|
|
name: Build all affected Kernels from defined label
|
2023-01-11 09:26:16 +00:00
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
packages: read
|
2023-05-28 00:55:26 +00:00
|
|
|
actions: write
|
2023-06-19 11:55:32 +00:00
|
|
|
uses: openwrt/actions-shared-workflows/.github/workflows/label-kernel.yml@main
|