From fdce0ac91b11d04bff39c6c4f354cf3c5f206613 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 25 May 2025 12:49:40 +0200 Subject: [PATCH] CI: move script into separate directory This change follows the structure of GitHub workflow folders from the main OpenWrt repository, where scripts are in separate folder. Signed-off-by: Josef Schlehofer (cherry picked from commit 62390ce6f6df97767b14a7bb5c62cf2f3812f6e3) Signed-off-by: George Sapkin --- .github/workflows/{ => scripts}/ci_helpers.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ => scripts}/ci_helpers.sh (100%) diff --git a/.github/workflows/ci_helpers.sh b/.github/workflows/scripts/ci_helpers.sh similarity index 100% rename from .github/workflows/ci_helpers.sh rename to .github/workflows/scripts/ci_helpers.sh -- 2.30.2