diff --git a/.github/workflows/studio-backend-ci.yml b/.github/workflows/studio-backend-ci.yml index c0abd78d74..b3392e7d07 100644 --- a/.github/workflows/studio-backend-ci.yml +++ b/.github/workflows/studio-backend-ci.yml @@ -30,6 +30,11 @@ on: - 'unsloth/**' - 'unsloth_cli/**' - 'tests/**' + # The "Docker JupyterLab/notebook feature validation" step below runs + # tests/validate_studio_features.py, which checks docker/jupyter (the + # labextension, overrides.json, login branding) and the docker notebook + # helpers. Without docker/** here a docker-only change skips that guard. + - 'docker/**' - 'pyproject.toml' - '.github/workflows/studio-backend-ci.yml' push: