Merge pull request #282 from quartiq/feature/rj/ci-cron-daily
ci: cron daily
This commit is contained in:
commit
62c81cc345
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -5,7 +5,9 @@ on:
|
|||||||
branches: [master, staging, trying]
|
branches: [master, staging, trying]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
schedule:
|
||||||
|
# UTC
|
||||||
|
- cron: '48 4 * * *'
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user