Skip to content

Commit 72efa20

Browse files
authored
update cron to every 6 hours
1 parent db51afd commit 72efa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-feed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
workflow_dispatch:
88
schedule:
9-
- cron: 0 */2 * * * # Runs every 2 hours
9+
- cron: 0 */6 * * * # Runs every 6 hours
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)