diff --git a/.github/workflows/validate_modified_targets.yml b/.github/workflows/validate_modified_targets.yml index a613048c..5b61a8d1 100644 --- a/.github/workflows/validate_modified_targets.yml +++ b/.github/workflows/validate_modified_targets.yml @@ -82,12 +82,12 @@ jobs: echo -e ">>> Changed targets: \n$(echo $CHANGED | tr ',' '\n')" echo "changed_targets=$CHANGED" >> "$GITHUB_OUTPUT" - # --- The rest of the steps below are unchanged --- - name: Validate remote manifest against local schema 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