Add weekly cron job

This commit is contained in:
abejgonzalez
2023-07-05 11:26:23 -07:00
parent 1e51347d69
commit bc878a1b91

View File

@@ -6,6 +6,9 @@ on:
branches:
- main
- '1.[0-9]*.x'
schedule:
# run at 00:00 on sunday
- cron: "0 0 * * 0"
defaults:
run: