Merge pull request #282 from quartiq/feature/rj/ci-cron-daily

ci: cron daily
master
Robert Jördens 2021-02-23 17:35:19 +01:00 committed by GitHub
commit 62c81cc345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ on:
branches: [master, staging, trying]
pull_request:
branches: [master]
schedule:
# UTC
- cron: '48 4 * * *'
env:
CARGO_TERM_COLOR: always