Skip to content

Daily Instrumentation Tests #77

Daily Instrumentation Tests

Daily Instrumentation Tests #77

Workflow file for this run

name: Daily Instrumentation Tests
on:
schedule:
# Run daily at 09:45 UTC
- cron: '45 9 * * *'
workflow_dispatch: # Allow manual triggering
permissions:
contents: read
jobs:
instrumented-test:
name: Run Instrumentation Tests
uses: ./.github/workflows/_instrumentation.yml