Skip to content

Commit bc44dd3

Browse files
authored
Work CI-CD
- Update cron to check update dependencies. [skip_ci]
1 parent 3bd4f2b commit bc44dd3

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
@@ -9,7 +9,7 @@ name: Daily update dependencies
99
on:
1010
schedule:
1111
# At 00:30 UTC.
12-
- cron: '00 30 * * Mon,Thu'
12+
- cron: '30 00 * * Mon,Thu'
1313
repository_dispatch:
1414
types: update-dependencies
1515

0 commit comments

Comments
 (0)