Skip to content

Commit

Permalink
Validate json before running notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Feb 22, 2025
1 parent b59dacf commit 81ce03e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-notebooks-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
fi
test-notebooks:
needs: detect-changes
needs:
- detect-changes
- validate-notebooks
if: needs.detect-changes.outputs.has_changes == 'true'
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 81ce03e

Please sign in to comment.