Merge pull request #1547 from ucb-bar/weekly-job

Add weekly CI cron job
This commit is contained in:
Abraham Gonzalez
2023-07-05 11:29:29 -07:00
committed by GitHub

View File

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