Update build.yml (#8321)

Add a scheduled cron job to run all the main tests at 4:45 A.M. to catch dependency regressions.
This commit is contained in:
Derek Bailey
2024-05-28 18:01:00 -07:00
committed by GitHub
parent a41fefa1a8
commit 299725fe2e

View File

@@ -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: