Skip to content

Commit 9e0f44b

Browse files
authored
[ci skip] reduce frequency of bot run to daily
1 parent 2c43db8 commit 9e0f44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
schedule:
8-
- cron: "0 4,10,16,22 * * *"
8+
- cron: "0 4 * * *"
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)