Skip to content

Commit

Permalink
Update test_changed_notebooks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Jul 9, 2024
1 parent bfafcdc commit c539f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_changed_notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: '**/*.ipynb'
skip_initial_fetch: 'true'
separator: ' '

- name: Print changed notebook files
Expand All @@ -38,6 +39,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: '**/*.py'
skip_initial_fetch: 'true'
separator: ' '

- name: Print changed Python files
Expand Down

0 comments on commit c539f1b

Please sign in to comment.