Skip to content

Commit 385e0dc

Browse files
authored
Add a daily build to GitHub Actions
This helps discover incompatibilities with new libraries sooner. Longer term it would be nice to have locked versions to test against as well as testing against latest released dependency versions, `--pre`, and even vcs dependency versions. This would allow clarity as to what broke a given build while still looking (even farther) ahead to discover incompatibilities early. For now... at least check daily.
1 parent f1e8ede commit 385e0dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
pull_request:
1010
branches:
1111
- "*"
12+
schedule:
13+
# Daily at 05:47
14+
- cron: '47 5 * * *'
1215

1316
jobs:
1417
test:

0 commit comments

Comments
 (0)