Skip to content

Commit 8f2199d

Browse files
authored
run CI every night (#60)
This should help us catch regressions due to changes in base earlier and let us pinpoint them more precisely.
1 parent df9ebf8 commit 8f2199d

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
@@ -1,5 +1,7 @@
11
name: CI
22
on:
3+
schedule:
4+
- cron: '0 6 * * *' # Daily at 6 AM UTC (2 AM EST)
35
pull_request:
46
push:
57
branches:

0 commit comments

Comments
 (0)