We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3b7e2 commit 9806689Copy full SHA for 9806689
1 file changed
.github/workflows/nightly-mac.yml
@@ -1,8 +1,11 @@
1
name: macOS build
2
3
on:
4
- workflow_dispatch:
+ schedule:
5
+ - cron: '30 7 * * 1,5'
6
7
+ workflow_dispatch:
8
+
9
jobs:
10
build:
11
name: Build on macOS
0 commit comments