ci: cron daily
This commit is contained in:
parent
4d2acdefe0
commit
a2e0539218
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -5,7 +5,9 @@ on:
|
||||
branches: [master, staging, trying]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
schedule:
|
||||
# UTC
|
||||
- cron: '48 4 * * *'
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user