Skip to content

Commit 94b2fe6

Browse files
authored
Update test_changed_notebooks.yaml
1 parent c539f1b commit 94b2fe6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/test_changed_notebooks.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
with:
16-
fetch-depth: 25
16+
fetch-depth: 100
1717

1818
# - name: Set up Python
1919
# uses: actions/setup-python@v4
@@ -25,7 +25,6 @@ jobs:
2525
uses: tj-actions/changed-files@v44
2626
with:
2727
files: '**/*.ipynb'
28-
skip_initial_fetch: 'true'
2928
separator: ' '
3029

3130
- name: Print changed notebook files
@@ -39,7 +38,6 @@ jobs:
3938
uses: tj-actions/changed-files@v44
4039
with:
4140
files: '**/*.py'
42-
skip_initial_fetch: 'true'
4341
separator: ' '
4442

4543
- name: Print changed Python files

0 commit comments

Comments
 (0)