From fb3b148c09f8db78ea1de12184e5ce8c55ef3701 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Thu, 15 Aug 2024 18:04:07 -0700 Subject: [PATCH] cr --- .github/workflows/validate-new-notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-new-notebooks.yml b/.github/workflows/validate-new-notebooks.yml index 34b1f879..b1dc31f0 100644 --- a/.github/workflows/validate-new-notebooks.yml +++ b/.github/workflows/validate-new-notebooks.yml @@ -49,7 +49,7 @@ jobs: - name: Validate affected notebooks if: steps.check_notebooks.outputs.has_affected_notebooks == 'true' run: | - notebooks=$(echo '${{ steps.changed-files.outputs.all_changed_files }}' | tr ' ' '\n' | grep '^(docs/docs|examples)/.*\.ipynb$' || true) + notebooks=$(echo '${{ steps.changed-files.outputs.all_changed_files }}' | tr ' ' '\n' | grep -E '^(docs/docs|examples)/.*\.ipynb$' || true) if [ -n "$notebooks" ]; then cd ./langgraph for notebook in $notebooks; do