diff --git a/.github/workflows/validate_modified_targets.yml b/.github/workflows/validate_modified_targets.yml index 32e73f89..37e2eb01 100644 --- a/.github/workflows/validate_modified_targets.yml +++ b/.github/workflows/validate_modified_targets.yml @@ -88,7 +88,7 @@ jobs: poetry run pytest tests/test_manifest.py::test_validate_manifest_against_local_schema # --- The rest of the steps below are unchanged --- - + - name: Validate modified targets if: steps.discover-modified.outputs.changed_targets != '' continue-on-error: true