Skip to content

Commit bc4244a

Browse files
committed
edit cron job time
1 parent e361a3e commit bc4244a

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
@@ -1,8 +1,8 @@
11
name: Update dependencies
22
on:
33
schedule:
4-
# Run automatically at 6AM PST Tuesday
5-
- cron: '0 6 * * 2'
4+
# Run automatically at 7AM PST Tuesday
5+
- cron: '0 14 * * 2'
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)