mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-27 19:49:31 +00:00
Add cron job for ci (#122)
This commit is contained in:
parent
c677cc9334
commit
2d3ad27d51
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Every night at midnight UTC
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user