Skip to content

Commit 2f56ff0

Browse files
committed
Reduce update frequency
1 parent d4ae08c commit 2f56ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: '0 0 * * *'
8+
- cron: '0 0 * * 0'
99
repository_dispatch:
1010
types: [feed-update-detected]
1111

0 commit comments

Comments
 (0)