Add weekly cron to GitHub workflow (#407)

Make sure we keep working as we roll new dev releases
This commit is contained in:
Kevin Moore 2020-12-03 11:25:27 -08:00 committed by GitHub
parent 5b0e9429b8
commit e51c5a3d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ on:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "0 0 * * 0"
jobs:
# Check code formating and static analysis on a single OS (linux)