diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 882da66..1ac81c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,9 @@ name: Run tests -on: [push] +on: + push: + schedule: + - cron: '5 4 * * MON' # This will run the workflow every Monday at 4:05AM UTC jobs: tests: