Cog 716 fix gh action telemetry (#23)

This commit is contained in:
Igor Ilic 2024-11-25 15:54:14 +01:00 committed by GitHub
commit ec6b0a40e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 2 deletions

View file

@ -13,6 +13,7 @@ concurrency:
env:
RUNTIME__LOG_LEVEL: ERROR
ENV: 'dev'
jobs:
get_docs_changes:

View file

@ -13,6 +13,7 @@ concurrency:
env:
RUNTIME__LOG_LEVEL: ERROR
ENV: 'dev'
jobs:
get_docs_changes:

View file

@ -13,6 +13,7 @@ concurrency:
env:
RUNTIME__LOG_LEVEL: ERROR
ENV: 'dev'
jobs:
get_docs_changes:

View file

@ -10,5 +10,3 @@ async def create_db_and_tables():
await vector_engine.create_database()
async with vector_engine.engine.begin() as connection:
await connection.execute(text("CREATE EXTENSION IF NOT EXISTS vector;"))