Skip to content

Commit 9af8d67

Browse files
chore(updates): change cron to 0 20 * * 0
1 parent dd1426d commit 9af8d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Weekly Dependency Bumps
33
on:
44
schedule:
5-
- cron: '0 20 * * 7'
5+
- cron: '0 20 * * 0'
66

77
jobs:
88
upgrade-dependencies:

0 commit comments

Comments
 (0)