Add cron job for ci (#122)

This commit is contained in:
Jazz Turner-Baggs 2026-06-01 22:12:12 -07:00 committed by GitHub
parent c677cc9334
commit 2d3ad27d51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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