Skip to content

Commit 6c00de6

Browse files
committed
Run daily.
1 parent 183d37f commit 6c00de6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
release:
77
types: [published]
8+
schedule:
9+
# Daily at 6:42
10+
- cron: '42 6 * * *'
811

912
jobs:
1013
ci:

0 commit comments

Comments
 (0)