Skip to content

Commit 60e914f

Browse files
authored
Update ingestion2qdrant.yml
1 parent f0e9576 commit 60e914f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ingestion2qdrant.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Qdrant Knowledge base Ingestion
22

33
on:
4-
schedule:
5-
# Runs at 00:00 on the 1st of every month (UTC time)
4+
push:
5+
schedule:
66
- cron: '0 0 1 * *'
7-
workflow_dispatch:
7+
workflow_dispatch:
88

99
jobs:
1010
run-script:
@@ -15,7 +15,6 @@ jobs:
1515
QDRANT_URL: ${{ secrets.QDRANT_URL }}
1616
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
1717

18-
1918
steps:
2019
- name: Import project files
2120
uses: actions/checkout@v3

0 commit comments

Comments
 (0)