Merge pull request #1547 from ucb-bar/weekly-job
Add weekly CI cron job
This commit is contained in:
3
.github/workflows/chipyard-full-flow.yml
vendored
3
.github/workflows/chipyard-full-flow.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user