Skip to content

Commit d053090

Browse files
committed
CI: Always execute 'Check for dirty Python notebooks' step
1 parent 2769106 commit d053090

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-deploy-book.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,12 @@ jobs:
7272
pip install -r requirements.txt
7373
7474
- name: Get list of changed Python notebooks
75-
id: changed-python-notebooks
7675
uses: tj-actions/changed-files@v45
7776
with:
78-
since_last_remote_commit: true
7977
files: |
8078
**.ipynb
8179
8280
- name: Check for dirty Python notebooks
83-
if: steps.changed-python-notebooks.outputs.any_changed == 'true'
8481
env:
8582
ALL_CHANGED_FILES: ${{ steps.changed-python-notebooks.outputs.all_changed_files }}
8683
run: |

0 commit comments

Comments
 (0)