Skip to content

Commit 77095f8

Browse files
committed
tweak cron job time
1 parent 76a3329 commit 77095f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ on:
1010
branches:
1111
- 'master'
1212
schedule:
13-
# Use <https://crontab.guru> to conveniently edit cron schedule.
14-
- cron: '0 7 * * *' # At 07:00 UTC every day.
13+
- cron: '5 15 * * *' # At 15:05 UTC every day.
1514

1615
jobs:
1716
build:

0 commit comments

Comments
 (0)