Skip to content

Commit 9c2150a

Browse files
committed
Run tests nightly
1 parent f2277bf commit 9c2150a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branches: [master]
88
pull_request:
99
branches: [master]
10+
schedule:
11+
# * is a special character in YAML so you have to quote this string
12+
# Run at 1:00 every day
13+
- cron: '0 1 * * *'
1014

1115
jobs:
1216
build:

0 commit comments

Comments
 (0)