Skip to content

Daily Tests

Daily Tests #262

Workflow file for this run

name: Daily Tests
on:
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day
workflow_dispatch:
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit