diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0daa662..fe67d40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,10 @@ name: Test -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: "37 1 1 * *" jobs: mysql: