cognee/.github/workflows/docs_tests.yml
2025-11-03 15:31:09 +01:00

18 lines
235 B
YAML

name: Docs Test Suite
permissions:
contents: read
on:
release:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
RUNTIME__LOG_LEVEL: ERROR
ENV: 'dev'
jobs: