ci: cron daily

This commit is contained in:
Robert Jördens 2021-02-23 17:31:44 +01:00
parent 4d2acdefe0
commit a2e0539218

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