Skip to content

Commit 957a304

Browse files
authored
Set Schedule on Windows Build.
1 parent 9806689 commit 957a304

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/nightly-win.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Windows Build
22

33
on:
4-
workflow_dispatch:
5-
4+
schedule:
5+
- cron: '30 7 * * 1,5'
6+
7+
workflow_dispatch:
8+
69
jobs:
710
build_mingw_arm:
811
name: CLI / LibHB (ARM)

0 commit comments

Comments
 (0)