From: Josef Schlehofer Date: Sun, 25 May 2025 10:49:40 +0000 (+0200) Subject: CI: move script into separate directory X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=91a366e870642cfcad6aefe45bcd20ad156cb3af;p=openwrt-packages.git 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 --- 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