Add schedule for workflow test

This commit is contained in:
2024-10-07 14:43:02 -05:00
parent a636c6301a
commit dbfad44a51

View File

@@ -14,6 +14,8 @@ on:
- .gitignore
- LICENSE
- run.sh
schedule:
- cron: '30 14 * * 1' # every Monday, 9:30 AM CDT
env:
CARGO_TERM_COLOR: always