chore(embeddings): run github action once a day to ingest new discussions

This commit is contained in:
Greg Richardson
2023-04-24 14:57:07 -06:00
parent 8455437243
commit eef3e613e6

View File

@@ -9,7 +9,9 @@ on:
- 'supabase/migrations/**'
- 'apps/docs/**'
- 'spec/**'
workflow_dispatch:
workflow_dispatch: {}
schedule:
- cron: '0 0 * * *'
jobs:
deploy: