Skip to content

Commit 3060c9d

Browse files
committed
CI: run tests every day at 8am
1 parent fd99a0e commit 3060c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 1 */2 *'
6+
- cron: '0 8 * * *'
77

88
name: CI
99

0 commit comments

Comments
 (0)