Skip to content

Commit 7a7a49c

Browse files
ci: run the CI every day at 10AM (#1022)
Co-authored-by: Pavan Podila <pavanpodila@users.noreply.github.com>
1 parent 4b831d5 commit 7a7a49c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
6+
pull_request:
7+
8+
schedule:
9+
# runs the CI every day at 10AM
10+
- cron: "0 10 * * *"
411

512
jobs:
613
build_dart_packages:

0 commit comments

Comments
 (0)