| commit | 048ac64a67176ce2fbefc3deb93a9bc88d550c7c | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@users.noreply.github.com> | Fri Nov 13 13:13:02 2020 -0800 |
| committer | GitHub <noreply@github.com> | Fri Nov 13 13:13:02 2020 -0800 |
| tree | fa91959b818aac0a782e015bd76019d4bdef9ea4 | |
| parent | 485dc97a756a4b3c437ede40b7a70e7b62f3d610 [diff] |
Setup weekly cron on Github workflow (dart-lang/test_reflective_loader#29)
diff --git a/pkgs/test_reflective_loader/.github/workflows/build.yaml b/pkgs/test_reflective_loader/.github/workflows/build.yaml index 4d33943..2ac7525 100644 --- a/pkgs/test_reflective_loader/.github/workflows/build.yaml +++ b/pkgs/test_reflective_loader/.github/workflows/build.yaml
@@ -5,6 +5,9 @@ push: branches: - master + schedule: + # “At 00:00 (UTC) on Sunday.” + - cron: '0 0 * * 0' jobs: build: