Skip to content

Commit d84800e

Browse files
committed
Run workflows MacOS and Ubuntu daily
1 parent f762921 commit d84800e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/macos.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: macOS
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '33 3 * * *'
37
jobs:
48
macOS-minimal:
59
runs-on: ${{ matrix.os }}

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: ubuntu
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '44 4 * * *'
37
jobs:
48
build:
59
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)