Skip to content

Commit 0ffe52b

Browse files
authored
Work CI-CD
- Update cron to check update dependencies. [skip_ci]
1 parent 2b91c79 commit 0ffe52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: Daily update dependencies
77

88
on:
99
schedule:
10-
# At 00:30 UTC every Mon Thu.
11-
- cron: '00 30 * * Mon,Thu'
10+
# At 00:30 UTC.
11+
- cron: '30 00 * * Mon,Thu'
1212
repository_dispatch:
1313
types: update-dependencies
1414

0 commit comments

Comments
 (0)