Skip to content

Commit c553772

Browse files
committed
🎛 ci: Enable daily CI
Since many upstream package managers frequently update packages, CI can break without any changes to this repo. So we'll run this daily CI to spot any potential breaking changes.
1 parent f082704 commit c553772

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test_macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8+
schedule:
9+
- cron: '0 2 * * *'
810

911
jobs:
1012
macOS:

.github/workflows/test_ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8+
schedule:
9+
- cron: '0 2 * * *'
810

911
jobs:
1012
Ubuntu:

0 commit comments

Comments
 (0)