Skip to content

Commit d49ad35

Browse files
committed
actions/autoupdater: change cron
Signed-off-by: lucasew <lucas59356@gmail.com>
1 parent 567c5aa commit d49ad35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-deps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 0 * * 1"
9+
- cron: '0 2 * * 6' # saturday 2am
1010
permissions:
1111
contents: write
1212
pull-requests: write

0 commit comments

Comments
 (0)