diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfa56a8c8..b501bdfc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,9 @@ on: pull_request: branches: - master + schedule: + # Run daily at 4:45 A.M. to catch dependencies that break us. + - cron: '45 4 * * *' jobs: build-linux: