We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9806689 commit 957a304Copy full SHA for 957a304
1 file changed
.github/workflows/nightly-win.yml
@@ -1,8 +1,11 @@
1
name: Windows Build
2
3
on:
4
- workflow_dispatch:
5
-
+ schedule:
+ - cron: '30 7 * * 1,5'
6
+
7
+ workflow_dispatch:
8
9
jobs:
10
build_mingw_arm:
11
name: CLI / LibHB (ARM)
0 commit comments