diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1dfcc5..4cdf73d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,11 @@ name: Test -on: [push, pull_request] +on: + push: + pull_request: + schedule: + # Runs every day at 00:00 UTC + - cron: '0 0 * * *' permissions: contents: read