Skip to content

Commit b9b9fcf

Browse files
authored
Enable nightly CI jobs (#263)
For now I've only added the standalone builds and tests. This should give us more insight on flaky tests. Also, this runs the URL check so we find broken links earlier.
1 parent 61680ae commit b9b9fcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

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

911
jobs:
1012
build:

0 commit comments

Comments
 (0)