Skip to content

Commit 6123667

Browse files
authored
Update notebook-pr.yaml ci:check
1 parent 556c463 commit 6123667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notebook-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
id: process_notebooks
9595
run: |
9696
branch=${{ github.event.pull_request.head.ref }}
97-
nbs="projects/ECoG/*.ipynb projects/neurons/*.ipynb";
97+
# nbs="projects/ECoG/*.ipynb projects/neurons/*.ipynb";
9898
# nbs="tutorials/Bonus_Autoencoders/*Tutorial*.ipynb";
99-
# nbs=`python ci/select_notebooks.py ${{ steps.changed-files.outputs.all_changed_files }}`
99+
nbs=`python ci/select_notebooks.py ${{ steps.changed-files.outputs.all_changed_files }}`
100100
if ${{ contains(env.COMMIT_MESSAGE, 'ci:check') }}; then
101101
execflag="--check-execution";
102102
else

0 commit comments

Comments
 (0)