Skip to content

Commit c539f1b

Browse files
authored
Update test_changed_notebooks.yaml
1 parent bfafcdc commit c539f1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_changed_notebooks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: tj-actions/changed-files@v44
2626
with:
2727
files: '**/*.ipynb'
28+
skip_initial_fetch: 'true'
2829
separator: ' '
2930

3031
- name: Print changed notebook files
@@ -38,6 +39,7 @@ jobs:
3839
uses: tj-actions/changed-files@v44
3940
with:
4041
files: '**/*.py'
42+
skip_initial_fetch: 'true'
4143
separator: ' '
4244

4345
- name: Print changed Python files

0 commit comments

Comments
 (0)