From 91a366e870642cfcad6aefe45bcd20ad156cb3af 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 --- .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