Skip to content

Commit 565be10

Browse files
authored
Work CI-CD
- Fix cron expression. ***NO_CI***
1 parent d774644 commit 565be10

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

0 commit comments

Comments
 (0)