Skip to content

Daily Tests

Daily Tests #1

Workflow file for this run

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