From d20dcbe8dbc424e52a7524091584c59245764c8d Mon Sep 17 00:00:00 2001 From: Maxwell Oldshein Date: Tue, 7 Oct 2025 14:52:53 -0400 Subject: [PATCH] Retain original whitespace --- .github/workflows/validate_modified_targets.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate_modified_targets.yml b/.github/workflows/validate_modified_targets.yml index 5b61a8d1..32e73f89 100644 --- a/.github/workflows/validate_modified_targets.yml +++ b/.github/workflows/validate_modified_targets.yml @@ -86,8 +86,9 @@ jobs: if: steps.discover-modified.outputs.changed_targets != '' run: | 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