Skip to content

Commit

Permalink
Update notebook-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Feb 16, 2025
1 parent 834e336 commit b3c5acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
branch=${{ github.event.pull_request.head.ref }}
# nbs="projects/*/*.ipynb";
nbs="tutorials/*/W2D*_Tutorial*.ipynb";
nbs="tutorials/*/W3D*_Tutorial*.ipynb";
# nbs=`python ci/select_notebooks.py ${{ steps.changed-files.outputs.all_changed_files }}`
if ${{ contains(env.COMMIT_MESSAGE, 'ci:check') }}; then
execflag="--check-execution";
Expand Down

0 comments on commit b3c5acf

Please sign in to comment.