From c539f1b22d17b6c2c921c214c2eaba89c58d7915 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Tue, 9 Jul 2024 12:32:19 +1000 Subject: [PATCH] Update test_changed_notebooks.yaml --- .github/workflows/test_changed_notebooks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_changed_notebooks.yaml b/.github/workflows/test_changed_notebooks.yaml index e52077df..ff9331a5 100644 --- a/.github/workflows/test_changed_notebooks.yaml +++ b/.github/workflows/test_changed_notebooks.yaml @@ -25,6 +25,7 @@ jobs: uses: tj-actions/changed-files@v44 with: files: '**/*.ipynb' + skip_initial_fetch: 'true' separator: ' ' - name: Print changed notebook files @@ -38,6 +39,7 @@ jobs: uses: tj-actions/changed-files@v44 with: files: '**/*.py' + skip_initial_fetch: 'true' separator: ' ' - name: Print changed Python files