Skip to content

Commit 1569782

Browse files
authored
Work Ci-CD
- Fix cron expression. ***NO_CI***
1 parent 84d1bcc commit 1569782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Daily update dependencies
88
on:
99
schedule:
1010
# At 00:10 UTC .
11-
- cron: '00 10 * * Wed,Fri'
11+
- cron: '10 00 * * Wed,Fri'
1212
repository_dispatch:
1313
types: update-dependencies
1414

0 commit comments

Comments
 (0)