diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c6e5d0..afcb803 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,12 +2,11 @@ name: Test on: - push: - branches: - - master - pull_request: - branches: - - master + schedule: + - cron: '0 2 * * *' # Runs at 2 AM UTC every day + pull_request: + branches: + - master jobs: testAllModes: