From db00202b3785b51a42bc29773b7ea3e6cf2cb0c9 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Tue, 24 Feb 2026 03:33:26 +0530 Subject: [PATCH] CI: improve more ci worflow --- scripts/ci/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/workflow.py b/scripts/ci/workflow.py index c0801fe8..c14f9d1f 100644 --- a/scripts/ci/workflow.py +++ b/scripts/ci/workflow.py @@ -10,7 +10,7 @@ import json # REPO ROOT relative to script dir ROOT = Path(__file__).resolve().parents[2] -SCRIPTS = ROOT / 'scripts' +SCRIPTS = ROOT / 'scripts/ci' # ---------------------------------------------------------- # helpers