Skip to content

Commit 46ced34

Browse files
committed
Support cron job for Java CI on 3.x
1 parent 2d8f0c1 commit 46ced34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ name: Java CI
1919
on:
2020
push:
2121
pull_request:
22+
schedule:
23+
- cron: "0 0 * * *"
2224

2325
jobs:
2426
test:

0 commit comments

Comments
 (0)