Skip to content

Commit 9dab944

Browse files
authored
Add weekly cron to CI (#257)
1 parent f2cca46 commit 9dab944

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
- master
88
pull_request:
9+
schedule:
10+
- cron: "0 0 * * 0"
911
defaults:
1012
run:
1113
shell: bash

mono_repo.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# See https://github.com/google/mono_repo.dart for details on this file
12
self_validate: analyze_and_format
23

4+
github:
5+
cron: "0 0 * * 0"
6+
37
merge_stages:
48
- analyze_and_format
59
- unit_test

0 commit comments

Comments
 (0)