Skip to content

Commit ddfe41a

Browse files
authored
Update update.yml to check every THREE days (from 12 HRS)
1 parent 61b285b commit ddfe41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Feeds
22
on:
33
schedule:
4-
- cron: '0 */12 * * *'
4+
- cron: '0 0 */3 * *'
55
workflow_dispatch:
66
jobs:
77
update:

0 commit comments

Comments
 (0)