Skip to content

Commit 0a63f66

Browse files
authored
Update weekly.yml
Was not weekly, but daily, fixed it now
1 parent 22cd48a commit 0a63f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Weekly Update
22

33
on:
44
schedule:
5-
- cron: '0 8 * * *'
5+
- cron: '0 8 * * 0'
66
workflow_dispatch:
77

88
env:

0 commit comments

Comments
 (0)