Skip to content

Commit

Permalink
Merge branch 'main' into 149-speed-up-summarize-test
Browse files Browse the repository at this point in the history
  • Loading branch information
adampingel authored Oct 21, 2024
2 parents 26c24d3 + c46ae5f commit 0d66ad6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/notebook_lists/vanilla_notebooks.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recipes/Summarize/Summarize.ipynb
recipes/RAG/RAG_with_Langchain.ipynb
recipes/Guard-Rails/HAP.ipynb
recipes/Granite_Guardian/HAP.ipynb
recipes/AI-Agents/Agentic_RAG.ipynb
recipes/Entity-Extraction/entity_extraction.ipynb
4 changes: 2 additions & 2 deletions .github/workflows/vanilla_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'recipes/RAG/RAG_with_Langchain.ipynb'
- 'recipes/AI-Agents/Agentic_RAG.ipynb'
- 'recipes/Entity-Extraction/entity_extraction.ipynb'
- 'recipes/Guard-Rails/HAP.ipynb'
- 'recipes/Granite_Guardian/HAP.ipynb'
- '.github/notebook_lists/vanilla_notebooks.txt'
pull_request:
branches:
Expand All @@ -22,7 +22,7 @@ on:
- 'recipes/RAG/RAG_with_Langchain.ipynb'
- 'recipes/AI-Agents/Agentic_RAG.ipynb'
- 'recipes/Entity-Extraction/entity_extraction.ipynb'
- 'recipes/Guard-Rails/HAP.ipynb'
- 'recipes/Granite_Guardian/HAP.ipynb'

jobs:
test-vanilla-notebooks:
Expand Down

0 comments on commit 0d66ad6

Please sign in to comment.