mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-28 12:09:30 +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]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *' # Every night at midnight UTC
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user