We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cca46 commit 9dab944Copy full SHA for 9dab944
.github/workflows/dart.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
- master
8
pull_request:
9
+ schedule:
10
+ - cron: "0 0 * * 0"
11
defaults:
12
run:
13
shell: bash
mono_repo.yaml
@@ -1,5 +1,9 @@
1
+# See https://github.com/google/mono_repo.dart for details on this file
2
self_validate: analyze_and_format
3
4
+github:
5
+ cron: "0 0 * * 0"
+
merge_stages:
- analyze_and_format
- unit_test
0 commit comments