Skip to content

Commit 9806689

Browse files
authored
Set Schedule for macOS Build
1 parent ed3b7e2 commit 9806689

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/nightly-mac.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: macOS build
22

33
on:
4-
workflow_dispatch:
4+
schedule:
5+
- cron: '30 7 * * 1,5'
56

7+
workflow_dispatch:
8+
69
jobs:
710
build:
811
name: Build on macOS

0 commit comments

Comments
 (0)