cognee/.github/workflows/release_test.yml
2025-11-12 13:20:23 +01:00

22 lines
No EOL
411 B
YAML

# Long-running, heavy and resource-consuming tests for release validation
name: Release Test Workflow
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
load-tests:
name: Load Tests
uses: ./.github/workflows/load_tests.yml
secrets: inherit
docs-tests:
name: Docs Tests
uses: ./.github/workflows/docs_tests.yml
secrets: inherit