From c38534993e527b029387853e61405f3ac29d37f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 29 Jan 2026 14:49:46 +0100 Subject: [PATCH] ci: rename script run by kconfig.sh to be consistent with its name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes it easier to navigate the CI code Signed-off-by: Pablo Correa Gómez Part-of: --- .ci/kconfig.sh | 2 +- .ci/lib/{check_changed_kernels.py => kconfig.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .ci/lib/{check_changed_kernels.py => kconfig.py} (100%) diff --git a/.ci/kconfig.sh b/.ci/kconfig.sh index a17fe0c71..46aa63e7a 100755 --- a/.ci/kconfig.sh +++ b/.ci/kconfig.sh @@ -13,4 +13,4 @@ fi export PYTHONUNBUFFERED=1 -.ci/lib/check_changed_kernels.py +.ci/lib/kconfig.py diff --git a/.ci/lib/check_changed_kernels.py b/.ci/lib/kconfig.py similarity index 100% rename from .ci/lib/check_changed_kernels.py rename to .ci/lib/kconfig.py