From 863c3c2aef7df8b4c57e142d2952b4093554b0fe Mon Sep 17 00:00:00 2001 From: Roxana Nicolescu Date: Fri, 20 Feb 2026 16:25:08 +0100 Subject: [PATCH] github actions: rename the job from 'build' to 'kernelCI' The job is doing more than building the kernel, hence the name change. Signed-off-by: Roxana Nicolescu --- .github/workflows/kernel-build-and-test-multiarch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kernel-build-and-test-multiarch.yml b/.github/workflows/kernel-build-and-test-multiarch.yml index 7726a4ec698eb..6064788a9c34f 100644 --- a/.github/workflows/kernel-build-and-test-multiarch.yml +++ b/.github/workflows/kernel-build-and-test-multiarch.yml @@ -6,6 +6,6 @@ on: - '*_ciqlts9_6' jobs: - build: + kernelCI: uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch.yml@main secrets: inherit