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