Skip to content

C# Full Matrix Tests (Nightly) #1

C# Full Matrix Tests (Nightly)

C# Full Matrix Tests (Nightly) #1

Workflow file for this run

name: C# Full Matrix Tests (Nightly)
on:
schedule:
- cron: "0 8 * * *" # 1AM PDT daily
workflow_dispatch:
permissions:
contents: read
jobs:
full-matrix-tests:
uses: ./.github/workflows/_reusable-test.yml
with:
profile: full
secrets: inherit