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 74fc21b commit b9df130Copy full SHA for b9df130
.github/workflows/dart.yml
@@ -5,6 +5,9 @@ on:
5
branches: [main, v*]
6
pull_request:
7
8
+ schedule:
9
+ # https://crontab.guru/#40_10_*_*_*
10
+ - cron: '40 10 * * *'
11
12
jobs:
13
test-stable:
0 commit comments