Skip to content

Run changed notebooks in CI #11

Run changed notebooks in CI

Run changed notebooks in CI #11

Workflow file for this run

name: "Pull Request"
on:
pull_request:
push:
branches:
- main
jobs:
validate-notebook-json:
uses: './.github/workflows/validate-json.yaml'
secrets: inherit
test-notebooks:
uses: './.github/workflows/test-notebooks.yaml'
secrets: inherit