diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7eab4f..4ec94cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,9 @@ name: Build & Test on: - - push - - pull_request + push: + pull_request: + schedule: + - cron: '45 10 * * *' jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}