Skip to content

Commit cbe2ad1

Browse files
authored
Work CI-CD
- Update cron for update dependencies check. [skip_ci]
1 parent 73e00f6 commit cbe2ad1

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

0 commit comments

Comments
 (0)