Skip to content

Commit 0d62999

Browse files
committed
clean up
1 parent b48b723 commit 0d62999

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
workflow_dispatch: # Activate this workflow manually
55
schedule:
66
- cron: "0 0 * * *"
7-
# TODO: REMOVE TRIGGER AFTER TESTING
8-
pull_request:
97

108
jobs:
119
generate-matrix:
@@ -89,5 +87,4 @@ jobs:
8987
if: failure()
9088
uses: deepset-ai/notify-slack-action@v1
9189
with:
92-
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}
93-
mention-here: false
90+
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}

tutorials/27_First_RAG_Pipeline.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,6 @@
7676
"Initialize a DocumentStore to index your documents. A DocumentStore stores the Documents that the question answering system uses to find answers to your questions. In this tutorial, you'll be using the `InMemoryDocumentStore`."
7777
]
7878
},
79-
{
80-
"cell_type": "code",
81-
"execution_count": null,
82-
"metadata": {},
83-
"outputs": [],
84-
"source": [
85-
"raise Exception(\"let's make this fail\")"
86-
]
87-
},
8879
{
8980
"cell_type": "code",
9081
"execution_count": 3,

0 commit comments

Comments
 (0)