Skip to content

Drift Check

Drift Check #22

Workflow file for this run

name: Drift Check
# Daily drift detection for HK equity strategies.
on:
schedule:
- cron: "0 6 * * *"
workflow_dispatch:
permissions:
contents: read
issues: write
id-token: write
jobs:
drift:
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@335c7a22bc3f570bd5705427ccc40172eda6b289
with:
strategy_domain: hk_equity
caller_event_name: ${{ github.event_name }}
caller_pr_head_repository: ${{ github.event.pull_request.head.repo.full_name || '' }}
snapshot_repository: QuantStrategyLab/HkEquitySnapshotPipelines
snapshot_checkout_path: external/HkEquitySnapshotPipelines
ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }}
secrets:
codex_audit_service_url: ${{ secrets.CODEX_AUDIT_SERVICE_URL }}
snapshot_repository_token: ${{ secrets.SNAPSHOT_REPOSITORY_TOKEN }}