Skip to content

Commit 0d0ba15

Browse files
authored
Work CI-CD
- Update cron to check update dependencies. [skip_ci]
1 parent 89f2a17 commit 0d0ba15

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:30 UTC.
11-
- cron: '00 30 * * Mon,Thu'
11+
- cron: '30 00 * * Mon,Thu'
1212
repository_dispatch:
1313
types: update-dependencies
1414

0 commit comments

Comments
 (0)