Skip to content

Commit 08fe101

Browse files
authored
ci: cron value changed
It now runs weekly at midnight on Mondays.
1 parent d334a8f commit 08fe101

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post_feed_updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Recent Blog Posts
22

33
on:
44
schedule:
5-
# Runs everyday at 12:00 AM
6-
- cron: "0 0 * * *"
5+
# Runs at 00:00, only on Monday
6+
- cron: "0 0 * * 1"
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)