Skip to content

Commit b9df130

Browse files
authored
Add schedule test
1 parent 74fc21b commit b9df130

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [main, v*]
66
pull_request:
77
branches: [main, v*]
8+
schedule:
9+
# https://crontab.guru/#40_10_*_*_*
10+
- cron: '40 10 * * *'
811

912
jobs:
1013
test-stable:

0 commit comments

Comments
 (0)