We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71be98 commit 6190b39Copy full SHA for 6190b39
.github/workflows/nightly-build.yml
@@ -1,5 +1,6 @@
1
name: Nightly CI Build and Snapshot Release
2
-on:
+on:
3
+ workflow_dispatch:
4
schedule:
5
- cron: '0 2 * * *'
6
0 commit comments