<!-- .github/pull_request_template.md --> ## Description Merge changes on main to dev ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin.
19 lines
461 B
YAML
19 lines
461 B
YAML
name: Reusable Notebook Tests
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
# run-main-notebook:
|
|
# name: Main Notebook Test
|
|
# uses: ./.github/workflows/reusable_notebook.yml
|
|
# with:
|
|
# notebook-location: notebooks/cognee_demo.ipynb
|
|
# secrets: inherit
|
|
|
|
run-cognee-multimedia:
|
|
name: Cognee Multimedia Notebook
|
|
uses: ./.github/workflows/reusable_notebook.yml
|
|
with:
|
|
notebook-location: notebooks/cognee_multimedia_demo.ipynb
|
|
secrets: inherit
|