diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68c2e21..a335bb2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,8 @@ on: branches: - "main" pull_request: + schedule: + - cron: 0 8 * * * jobs: tests: |
