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 e5c7e20 commit 830f14bCopy full SHA for 830f14b
.github/workflows/dart.yml
@@ -8,7 +8,8 @@ on:
8
schedule:
9
# https://crontab.guru/#40_10_*_*_*
10
- cron: '40 10 * * *'
11
-
+ workflow_dispatch:
12
+
13
jobs:
14
test-stable:
15
runs-on: ${{ matrix.os }}
0 commit comments