cognee/.github/workflows/release_test.yml
2025-11-06 16:01:39 +01:00

14 lines
No EOL
266 B
YAML

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