diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32163cd..41b02fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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