Files
CommunitySolidServer/.github/workflows/schedule.yml
2023-05-02 11:28:05 +02:00

19 lines
324 B
YAML

name: Conformance test harness
on:
schedule:
- cron: '23 5 * * *'
workflow_dispatch:
jobs:
conformance:
strategy:
fail-fast: false
matrix:
branch:
- 'main'
- 'versions/next-major'
uses: ./.github/workflows/cth-test.yml
with:
branch: ${{ matrix.branch }}