Skip to content

Commit

Permalink
attempt to fix check-examples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Oct 25, 2024
1 parent 3b0abd9 commit 86966e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
base: ${{ github.ref }}
filters: |
examples:
- 'examples/**'
- 'docs/examples/**'
- '.github/**'
check:
Expand All @@ -47,5 +47,5 @@ jobs:
python -m pip install p2j
- name: test example notebooks
run: |
cd examples
cd docs/examples
./check-examples

0 comments on commit 86966e5

Please sign in to comment.