Skip to content

Commit b6467c4

Browse files
committed
Enable nightly CI jobs
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 316b1b3 commit b6467c4

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)